DPX (Digital Picture Exchange) image file format. More...
#include <Raster/DpxFile.H>
Classes | |
struct | FileHeader |
struct | FilmIndustryHeader |
struct | ImageElementInfo |
struct | ImageHeader |
struct | OrientationHeader |
struct | TelevisionIndustryHeader |
Public Member Functions | |
DpxFile (const char *fname) | |
Public Attributes | |
Dims | dims |
FileHeader | fh |
ImageHeader | ih |
OrientationHeader | oh |
FilmIndustryHeader | fih |
TelevisionIndustryHeader | tih |
Image< uint16 > | rawimage |
DPX (Digital Picture Exchange) image file format.
NOTE: This class currently contains only a partial DPX file parser and does NOT provide full support for all DPX files.
For details, see http://www.fileformat.info/format/dpx/
Definition at line 51 of file DpxFile.H.