Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "tiffiop.h"
Go to the source code of this file.
Typedefs | |
typedef struct _codec | codec_t |
Functions | |
int | _TIFFNoRowEncode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
int | _TIFFNoStripEncode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
int | _TIFFNoTileEncode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
int | _TIFFNoRowDecode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
int | _TIFFNoStripDecode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
int | _TIFFNoTileDecode (TIFF *tif, tidata_t pp, tsize_t cc, tsample_t s) |
int | _TIFFNoSeek (TIFF *tif, uint32 off) |
int | _TIFFNoPreCode (TIFF *tif, tsample_t s) |
void | _TIFFSetDefaultCompressionState (TIFF *tif) |
int | TIFFSetCompressionScheme (TIFF *tif, int scheme) |
const TIFFCodec * | TIFFFindCODEC (uint16 scheme) |
TIFFCodec * | TIFFRegisterCODEC (uint16 scheme, const char *name, TIFFInitMethod init) |
void | TIFFUnRegisterCODEC (TIFFCodec *c) |
TIFFCodec * | TIFFGetConfiguredCODECs () |
Get list of configured codecs, both built-in and registered by user. More... | |
typedef struct _codec codec_t |
Definition at line 117 of file tif_compress.c.
References void().
Definition at line 87 of file tif_compress.c.
References void().
Definition at line 51 of file tif_compress.c.
References void().
Definition at line 108 of file tif_compress.c.
References tiff::tif_clientdata, tiff::tif_name, TIFFErrorExt(), and void().
Definition at line 94 of file tif_compress.c.
References void().
Definition at line 58 of file tif_compress.c.
References void().
Definition at line 101 of file tif_compress.c.
References void().
Definition at line 65 of file tif_compress.c.
References void().
Definition at line 127 of file tif_compress.c.
References tiff::tif_decodestatus, tiff::tif_setupdecode, and TRUE.
Referenced by TIFFSetCompressionScheme().
Definition at line 177 of file tif_compress.c.
References _TIFFBuiltinCODECS, TIFFCodec::name, and TIFFCodec::scheme.
Referenced by TIFFIsCODECConfigured(), TIFFPrintDirectory(), and TIFFSetCompressionScheme().
Get list of configured codecs, both built-in and registered by user.
Caller is responsible to free this structure.
Definition at line 243 of file tif_compress.c.
References _TIFFBuiltinCODECS, _TIFFfree(), _TIFFmemcpy(), _TIFFmemset(), _TIFFrealloc(), i, TIFFCodec::name, NULL, TIFFCodec::scheme, and TIFFIsCODECConfigured().
TIFFCodec* TIFFRegisterCODEC | ( | uint16 | scheme, |
const char * | name, | ||
TIFFInitMethod | init | ||
) |
Definition at line 192 of file tif_compress.c.
References _TIFFmalloc(), and NULL.
Definition at line 151 of file tif_compress.c.
References _TIFFSetDefaultCompressionState(), info, TIFFCodec::init, and TIFFFindCODEC().
Definition at line 215 of file tif_compress.c.
References _TIFFfree(), TIFFCodec::name, and TIFFErrorExt().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:57.
© Copyright Michele Bosi. All rights reserved.