TinyTIFF
a lightweight C/C++ library for reading and writing TIFF files
|
Modules | |
TinyTIFFReader: C-Interface | |
TinyTIFFReader: Internal functions | |
TinyTIFFReader: Optional C++-Interface (include-only!) | |
Macros | |
#define | TINYTIFF_FALSE 0 |
a logic value of FALSE, e.g. used by TinyTIFFWriter_wasError() and TinyTIFFReader_wasError() | |
#define | TINYTIFF_SAMPLEFORMAT_FLOAT 3 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating floating-point data | |
#define | TINYTIFF_SAMPLEFORMAT_INT 2 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating integer data | |
#define | TINYTIFF_SAMPLEFORMAT_UINT 1 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating unsigned integer data | |
#define | TINYTIFF_SAMPLEFORMAT_UNDEFINED 4 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating undefined data | |
#define | TINYTIFF_TRUE 1 |
a logic value of TRUE, e.g. used by TinyTIFFWriter_wasError() and TinyTIFFReader_wasError() | |
Typedefs | |
typedef struct TinyTIFFReaderFile | TinyTIFFReaderFile |
struct used to describe a TIFF file | |
The methods in this file allow to read TIFF files with limited capabilites.
#define TINYTIFF_SAMPLEFORMAT_FLOAT 3 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating floating-point data
#define TINYTIFF_SAMPLEFORMAT_INT 2 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating integer data
#define TINYTIFF_SAMPLEFORMAT_UINT 1 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating unsigned integer data
#define TINYTIFF_SAMPLEFORMAT_UNDEFINED 4 |
possible return value of TinyTIFFReader_getSampleFormat(), indicating undefined data