TinyTIFF
a lightweight C/C++ library for reading and writing TIFF files
|
Modules | |
TinyTIFFWriter: C-Interface | |
TinyTIFFWriter: Internal functions | |
TinyTIFFWriter: Optional C++-Interface (include-only!) | |
Enumerations | |
enum | TinyTIFFSampleLayout { TinyTIFF_Interleaved , TinyTIFF_Chunky =TinyTIFF_Interleaved , TinyTIFF_Separate , TinyTIFF_Planar =TinyTIFF_Separate } |
describes the layout of multi-sample images in memory More... | |
The methods in this file allow to write TIFF files with limited capabilites, but very fast.
enum TinyTIFFSampleLayout |
describes the layout of multi-sample images in memory