Te agregué como amigo en Facebook

facebook
Raul Gerardo Huertas Paiva tiene:
61 amigos
1 foto
0 notas
2 publicaciones de Muro
3 grupos

Te agregué como amigo en Facebook


Hola, Openexr-devel <at> nongnu.org:

Hace tiempo te invité a unirte a Facebook y me gustaría recordarte que, cuando te registres, podremos comunicarnos, compartir fotos, organizar grupos y eventos, y mucho más.

Gracias,
Raul

Para registrarte en Facebook, sigue este enlace:
http://www.facebook.com/p.php?i=537368902&k=R6CU3W64RW6M5JFEUE23P4&r
openexr-devel <at> nongnu.org ha sido invitado(a) a unirse a Facebook por Raul Gerardo Huertas Paiva. Si no quieres recibir este tipo de mensajes de Facebook, haz clic aquí para borrar tu nombre de la lista de personas suscritas.
Las oficinas de Facebook están en 1601 S. California Ave., Palo Alto, CA 94304.
_______________________________________________
Openexr-devel mailing list
Openexr-devel <at> nongnu.org
http://lists.nongnu.org/mailman/listinfo/openexr-devel
James Bowman | 26 May 20:35
Favicon

Announcing Python OpenEXR 1.0.0

All,

The Python bindings for OpenEXR have reached version 1.0.0 

http://excamera.com/articles/26/openexr.html

Changes:

* Full documentation using Sphinx:
   http://excamera.com/articles/26/doc/index.html
* Unit test suite
* Code cleanup for better error checking and exception catching
* Plugged memory leaks

It is tested on 32-bit BSD, Linux, and 64-bit Linux.

--

-- 
James Bowman
Florian Kainz | 29 May 20:22

Re: Announcing Python OpenEXR 1.0.0

Thank you.  This looks really interesting.

Florian

James Bowman wrote:
> All,
> 
> The Python bindings for OpenEXR have reached version 1.0.0 
> 
> http://excamera.com/articles/26/openexr.html
> 
> Changes:
> 
> * Full documentation using Sphinx:
>    http://excamera.com/articles/26/doc/index.html
> * Unit test suite
> * Code cleanup for better error checking and exception catching
> * Plugged memory leaks
> 
> It is tested on 32-bit BSD, Linux, and 64-bit Linux.
> 
Larry Gritz | 31 May 00:33

Version query?

Is there a way that an app can detect what version of OpenEXR it's 
using, from the header files?  I can't find any #define VERSION or 
anything like that.  (There's a version defined for the file format, but 
not the library itself.)

This would be really helpful for an application that wants to compile 
itself against whatever version of OpenEXR is on the system it finds, 
and #ifdef out code that may not be supported in certain versions.  For 
example, there are some compression methods that are new to 1.6, and if 
you use the enum but you're really compiling against 1.4, it won't 
compile.  You'd like to #if OPENEXR_VERSION >= 10601 ... or something 
like that, so it can take advantage of the new feature if available, but 
not break the compile if it's too old.

If such a thing is not already there, I recommend adding it in future 
releases.  If it is there, it's very well hidden!

--

-- 
Larry Gritz
lg <at> larrygritz.com

Gmane