Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / OpenEXR / pkg-descr
1 OpenEXR is a high dynamic-range (HDR) image file format developed by
2 Industrial Light & Magic for use in computer imaging applications.
3
4 OpenEXR is used by ILM on all motion pictures currently in production.
5 The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
6 Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
7 ILM's main image file format.
8
9 OpenEXR's features include:
10 * Higher dynamic range and color precision than existing 8- and 10-bit
11   image file formats.
12 * Support for 16-bit floating-point, 32-bit floating-point, and 32-bit
13   integer pixels. The 16-bit floating-point format, called "half", is compatible
14   with the half data type in NVIDIA's Cg graphics language and is supported
15   natively on their new GeForce FX and Quadro FX 3D graphics solutions.
16 * Multiple lossless image compression algorithms. Some of the included codecs
17   can achieve 2:1 lossless compression ratios on images with film grain.
18 * Extensibility. New compression codecs and image types can easily be added
19   by extending the C++ classes included in the OpenEXR software distribution.
20   New image attributes (strings, vectors, integers, etc.) can be added to
21   OpenEXR image headers without affecting backward compatibility with existing
22   OpenEXR applications.
23
24 WWW: http://www.openexr.org/