Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | ZSTATE_INIT 0x1 /* zlib setup successfully */ |
#define | ZState(tif) ((ZIPState*) (tif)->tif_data) |
#define | DecoderState(tif) ZState(tif) |
#define | EncoderState(tif) ZState(tif) |
Functions | |
int | TIFFInitZIP (TIFF *tif, int scheme) |
#define ZState | ( | tif | ) | ((ZIPState*) (tif)->tif_data) |
Definition at line 79 of file tif_zip.c.
Referenced by TIFFInitZIP().
Definition at line 318 of file tif_zip.c.
References _TIFFmalloc(), _TIFFMergeFieldInfo(), COMPRESSION_ADOBE_DEFLATE, COMPRESSION_DEFLATE, NULL, tiff::tif_data, tiff::tif_tagmethods, TIFFArrayCount, TIFFTagMethods::vgetfield, Z_BINARY, and ZState.
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.