FFmpeg
|
tiff.h File Reference
TIFF tables. More...
#include <stdint.h>
Include dependency graph for tiff.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | TiffGeoTag |
struct | TiffGeoTagKeyName |
struct | TiffGeoTagNameType |
Typedefs | |
typedef struct TiffGeoTag | TiffGeoTag |
typedef struct TiffGeoTagKeyName | TiffGeoTagKeyName |
typedef struct TiffGeoTagNameType | TiffGeoTagNameType |
Variables | |
static const uint8_t | type_sizes [14] |
sizes of various TIFF field types (string size = 100) More... | |
Detailed Description
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.
Typedef Documentation
typedef struct TiffGeoTag TiffGeoTag |
typedef struct TiffGeoTagKeyName TiffGeoTagKeyName |
typedef struct TiffGeoTagNameType TiffGeoTagNameType |
Enumeration Type Documentation
enum TiffCompr |
enum TiffGeoTagKey |
enum TiffGeoTagType |
enum TiffTags |
abridged list of TIFF tags
enum TiffTypes |
Variable Documentation
|
static |
Initial value:
= {
0, 1, 100, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8, 4
}
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().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11