-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
43 lines (37 loc) · 1.82 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.
* Support for sterescopic image workflows and a generalisation to
multi-views.
ILM has released OpenEXR as free software licensed under the modified BSD
license.
The distribution is divided into the following sub-modules:
* IlmBase
* OpenEXR
* OpenEXR-image
* OpenEXR_MacCodeWarrior
* OpenEXR_Shake
* OpenEXR_Viewers
* Photoshop
* d_exr
Please see the README files of each of the individual directories for more
information.