diff options
author | adam <adam@pkgsrc.org> | 2005-01-17 13:20:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-17 13:20:11 +0000 |
commit | d5293fd8f4d993b9e87fdc94a477da710c241300 (patch) | |
tree | 106991871e755aeece7125ab90869aceedb27038 /graphics/openexr/DESCR | |
parent | 5096a58eb2288d82bf247a6e671e48b1d781d0ed (diff) | |
download | pkgsrc-d5293fd8f4d993b9e87fdc94a477da710c241300.tar.gz |
OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.
OpenEXR is used by ILM on all motion pictures currently in production.
The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
ILM's main image file format.
OpenEXR's features include:
* Higher dynamic range and color precision than existing 8- and 10-bit image
file formats.
* Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer
pixels. The 16-bit floating-point format, called "half", is compatible with
the half data type in NVIDIA's Cg graphics language and is supported
natively on their new GeForce FX and Quadro FX 3D graphics solutions.
* Multiple lossless image compression algorithms. Some of the included codecs
can achieve 2:1 lossless compression ratios on images with film grain.
* Extensibility. New compression codecs and image types can easily be added by
extending the C++ classes included in the OpenEXR software distribution.
New image attributes (strings, vectors, integers, etc.) can be added to
OpenEXR image headers without affecting backward compatibility with existing
OpenEXR applications.
Diffstat (limited to 'graphics/openexr/DESCR')
-rw-r--r-- | graphics/openexr/DESCR | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/openexr/DESCR b/graphics/openexr/DESCR new file mode 100644 index 00000000000..a96044cc04f --- /dev/null +++ b/graphics/openexr/DESCR @@ -0,0 +1,22 @@ +OpenEXR is a high dynamic-range (HDR) image file format developed by +Industrial Light & Magic for use in computer imaging applications. + +OpenEXR is used by ILM on all motion pictures currently in production. +The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone, +Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become +ILM's main image file format. + +OpenEXR's features include: +* Higher dynamic range and color precision than existing 8- and 10-bit image + file formats. +* Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer + pixels. The 16-bit floating-point format, called "half", is compatible with + the half data type in NVIDIA's Cg graphics language and is supported + natively on their new GeForce FX and Quadro FX 3D graphics solutions. +* Multiple lossless image compression algorithms. Some of the included codecs + can achieve 2:1 lossless compression ratios on images with film grain. +* Extensibility. New compression codecs and image types can easily be added by + extending the C++ classes included in the OpenEXR software distribution. + New image attributes (strings, vectors, integers, etc.) can be added to + OpenEXR image headers without affecting backward compatibility with existing + OpenEXR applications. |