TinyTIFF
a lightweight C/C++ library for reading and writing TIFF files
Loading...
Searching...
No Matches

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
 

Detailed Description

The methods in this file allow to read TIFF files with limited capabilites.

See also
TinyTIFFReader for details on how this library works

Macro Definition Documentation

◆ TINYTIFF_SAMPLEFORMAT_FLOAT

#define TINYTIFF_SAMPLEFORMAT_FLOAT   3

◆ TINYTIFF_SAMPLEFORMAT_INT

#define TINYTIFF_SAMPLEFORMAT_INT   2

◆ TINYTIFF_SAMPLEFORMAT_UINT

#define TINYTIFF_SAMPLEFORMAT_UINT   1

◆ TINYTIFF_SAMPLEFORMAT_UNDEFINED

#define TINYTIFF_SAMPLEFORMAT_UNDEFINED   4