Florian Kainz | 1 Jul 20:23

New Project Leadership


I would like to announce that Piotr Stanczyk is taking over the role
of project lead for OpenEXR.  Starting today, Piotr will be responsible
for official releases of OpenEXR, maintaining the open-source code base
and for guiding where the the file format will go in the future.

After working on OpenEXR since its earliest version in 1999, it is time
for me to move on to other projects.  I will probably still contribute
to OpenEXR from time to time.

Florian
Michael Wolf | 1 Jul 22:48

Re: New Project Leadership

On Tue, 01 Jul 2008 20:23:15 +0200, Florian Kainz <kainz <at> ilm.com> wrote:

> I would like to announce that Piotr Stanczyk is taking over the role
> of project lead for OpenEXR.  Starting today, Piotr will be responsible
> for official releases of OpenEXR, maintaining the open-source code base
> and for guiding where the the file format will go in the future.
>
> After working on OpenEXR since its earliest version in 1999, it is time
> for me to move on to other projects.  I will probably still contribute
> to OpenEXR from time to time.

Thank you Florian for playing such an important role in getting OpenEXR out there and turn it into what it is
to day (indispensable that is).

And hello Piotr!

Cheers from Germany,

Mike

--

-- 
db&w Bornemann & Wolf GbR
Dagmar Bornemann, Michael Wolf
Seyffer Str. 34
70197 Stuttgart
Germany

http://www.db-w.com
http://www.infinimap.com
tel: +49 (711) 664 525-0
(Continue reading)

Piotr Stanczyk | 1 Jul 21:41
Gravatar

Re: New Project Leadership

Hi,

I would like to use this opportunity to thank Florian for all the hard 
work that he has invested in making OpenEXR such a success.

In the coming weeks we'll be putting together the final touches on the 
next release so stay tuned.

Please feel free to communicate any thoughts you may have on the future 
direction of OpenEXR.

Thanks,

Piotr

Florian Kainz wrote:

>
> I would like to announce that Piotr Stanczyk is taking over the role
> of project lead for OpenEXR.  Starting today, Piotr will be responsible
> for official releases of OpenEXR, maintaining the open-source code base
> and for guiding where the the file format will go in the future.
>
> After working on OpenEXR since its earliest version in 1999, it is time
> for me to move on to other projects.  I will probably still contribute
> to OpenEXR from time to time.
>
> Florian
>
>
(Continue reading)

Ger Hobbelt | 31 Jul 14:42
Favicon
Gravatar

forgotten to submit one additional fix for M_PI_2 support for platforms that don't have this in std headers

I while back (few months) I posted a diff here which defined M_PI_2
for those platforms that haven't got it in the standard run-time lib.

Today I checked the current CVS state and I found I had forgotten to
report one additional line that needed fixing: see the diff below.

--- ../../1original/OpenEXR/src/IlmBase/ImathTest/testQuat.cpp
2007-10-20 03:05:41.000000000 +0200
+++ IlmBase/ImathTest/testQuat.cpp      2008-06-17 08:27:13.000000000 +0200
@@ -38,6 +38,7 @@
 #include "ImathMatrixAlgo.h"
 #include "ImathFun.h"
 #include "ImathLimits.h"
+#include "ImathPlatform.h" /* [i_a] M_PI_2 */
 #include <iostream>
 #include <cassert>
 #include <cmath>

--

-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web: http://www.hobbelt.com/
 http://www.hebbut.net/
mail: ger <at> hobbelt.com
mobile: +31-6-11 120 978
--------------------------------------------------
(Continue reading)


Gmane