Interface Libraries libopenexr(3LIB) NAME libopenexr - user-level OpenEXR libraries SYNOPSIS CC [ flag... ] -I/usr/include/OpenEXR -lIlmImf -lImath -lIex -lHalf -lIlmThread [ library... ] file... (Note: The openexr libraries were compiled with Studio, and so apps linking against it will need to do the same.) DESCRIPTION Half is a class that encapsulates 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library. IlmImf is an library to read and write "EXR" file format images, it's depending on the above libraries. See /usr/share/doc/openexr for a full description and for some code that demonstrates how to use the IlmImf library to read and write OpenEXR files. The doc directory contains some high-level documentation and history about the OpenEXR format. ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: ____________________________________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |_____________________________|_____________________________| | Availability | SUNWopenexr | |_____________________________|_____________________________| | Interface Stability | Uncommitted | |_____________________________|_____________________________| SEE ALSO intro(3), libz(3LIB) http://www.openexr.com LICENSE Modified BSD License NOTES Source for openexr is available on http://opensolaris.org. SunOS 5.11 Last change: Feb 29 2008 2