FFmpeg
|
TIFF tables. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | TiffGeoTag |
struct | TiffGeoTagKeyName |
struct | TiffGeoTagNameType |
Variables | |
static const uint8_t | type_sizes [14] |
sizes of various TIFF field types (string size = 100) | |
TIFF tables.
For more information about the TIFF format, check the official docs at: http://partners.adobe.com/public/developer/tiff/index.html
Definition in file tiff.h.
enum TiffTags |
abridged list of TIFF tags
enum TiffCompr |
enum TiffTypes |
enum TiffGeoTagKey |
enum TiffGeoTagType |
|
static |
sizes of various TIFF field types (string size = 100)
Definition at line 171 of file tiff.h.
Referenced by add_entry(), and tiff_decode_tag().