OpenEXR v1.0.3 Release Notes

  • Detailed Changes:

    • OpenEXR is now in sf.net CVS.

    • Imf::Xdr namespace cleanups.

    • โœ… Some IlmImfTest cleanups for OS X.

    • ๐Ÿ‘‰ Use .cpp extension in exrdisplay sources.

    • Iex cleanups.

    • ๐Ÿ‘‰ Make IlmImf compile with Metrowerks Codewarrior.

    • ๐Ÿ”„ Change large automatic stacks in ImfHuf.C to auto_ptrs allocated off the heap. MacOS X default stack size isn't large enough.

    • ๐ŸŽ std::ios fix for MacOS X in ImfInputFile.C.

    • โž• Added new FP predecessor/successor functions to Imath, added tests to ImathTest

    • ๐Ÿ›  Fixed a bug in Imath::extractSHRT for 3x3 matricies when exactly one of the original scaling factors is negative, updated ImathTest to check this case.

    • Install include files when 'make install' is run.

    • ๐Ÿ‘ exrdisplay requires fltk 1.1+ now in an effort to support a MacOS X display program (fltk 1.1 runs on OS X), though this is untested.

    • ๐Ÿ”ง renamed configure.in to configure.ac

    • โœ‚ Removed some tests from IexTest that are no longer used.

    • โœ‚ Removed ImfHalfXdr.h, it's not used anymore.

    • Revamped the autoconf system, added some compile-time optimizations, a pkgconfig target, and some maintainer-specific stuff.