Go to the source code of this file.
Enumerations | |
enum | ExifDataType { EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY = 0, EXIF_DATA_TYPE_UNCOMPRESSED_PLANAR, EXIF_DATA_TYPE_UNCOMPRESSED_YCC, EXIF_DATA_TYPE_COMPRESSED, EXIF_DATA_TYPE_COUNT, EXIF_DATA_TYPE_UNKNOWN = EXIF_DATA_TYPE_COUNT } |
Represents the type of image data to which the EXIF data applies. More... |
enum ExifDataType |
Represents the type of image data to which the EXIF data applies.
The EXIF tags have different constraints depending on the type of image data.
EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY | |
EXIF_DATA_TYPE_UNCOMPRESSED_PLANAR | |
EXIF_DATA_TYPE_UNCOMPRESSED_YCC | |
EXIF_DATA_TYPE_COMPRESSED | |
EXIF_DATA_TYPE_COUNT | |
EXIF_DATA_TYPE_UNKNOWN |
Definition at line 32 of file exif-data-type.h.