|
EXIF library (libexif) Internals 0.6.26
|
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.
| Enumerator | |
|---|---|
| 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 34 of file exif-data-type.h.