OpenEXR v1.0.6 Release Notes

    • โž• Added README.win32 to disted files.

    • ๐Ÿ›  Fixed OpenEXR.pc.in pkg-config file, OpenEXR now works with pkg-config.

    • ๐Ÿš€ Random fixes to readme files for new release.

    • ๐Ÿ›  Fixed openexr.m4, now looks in /usr by default.

    • โž• Added Visual Studio .NET 2003 "solution."

    • ๐Ÿ›  Fixes for Visual Studio .NET 2003 w/ Microsoft C++ compiler. (Various)

    • ๐Ÿ›  Random Imath fixes and enhancements. Note that extractSHRT now takes an additional optional argument, see ImathMatrixAlgo.h for details. (Various)

    • โž• Added Wojciech Jarosz to AUTHORS file.

    • โž• Added test cases for uncompressed case, preview images, frame buffer type conversion. (Wojciech Jarosz, Florian Kainz)

    • ๐Ÿ›  Fix a bug in IlmImf where uncompressed data doesn't get read/written correctly. (Wojciech Jarosz)

    • โž• Added support for preview images and preview image attributes (thumbnail images) in IlmImf. (Florian Kainz)

    • โž• Added support for automatic frame buffer type conversion in IlmImf. (Florian Kainz)

    • Cleaned up some compile-time checks.

    • โž• Added HalfTest unit tests.

    • [exrdisplay] Download half framebuffer to texture memory instead of converting to float first. Requires latest Nvidia drivers.