DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Manual section 3tiff

_TIFFmalloc, _TIFFrealloc, _TIFFfree, _TIFFmemset, _TIFFmemcpy, _TIFFmemcmp, - memory management-related functions for use with TIFF files
libtiff - introduction to libtiff, a library for reading and writing TIFF files
TIFFClose - close a previously opened TIFF file
TIFFCurrentRow, TIFFCurrentStrip, TIFFCurrentTile, TIFFCurrentDirectory, TIFFLastDirectory, TIFFFileno, TIFFFileName, TIFFGetMode, TIFFIsTiled, TIFFIsByteSwapped, TIFFIsUpSampled, TIFFIsMSB2LSB, TIFFGetVersion - query routines
TIFFDataWidth - Get the size of TIFF data types
TIFFDefaultStripSize, TIFFStripSize, TIFFVStripSize, TIFFRawStripSize, TIFFComputeStrip, TIFFNumberOfStrips - strip-related utility routines
TIFFError, TIFFSetErrorHandler - library error handling interface
TIFFFindCODEC, TIFFRegisterCODEC, TIFFUnRegisterCODEC, TIFFIsCODECConfigured - codec-related utility routines
TIFFFlush, TIFFFlushData - flush pending writes to an open TIFF file
TIFFGetBitRevTable, TIFFReverseBits, TIFFSwabShort, TIFFSwabLong, TIFFSwabArrayOfShort, TIFFSwabArrayOfLong - byte- and bit-swapping routines
TIFFGetField, TIFFVGetField - get the value(s) of a tag in an open TIFF file
TIFFOpen, TIFFFdOpen, TIFFClientOpen - open a TIFF file for reading or writing
TIFFPrintDirectory - print a description of a TIFF directory
TIFFReadBufferSetup, TIFFWriteBufferSetup - I/O buffering control routines
TIFFReadDirectory - get the contents of the next directory in an open TIFF file
TIFFReadEncodedStrip - read and decode a strip of data from an open TIFF file
TIFFReadEncodedTile - read and decode a tile of data from an open TIFF file
TIFFReadRawStrip - return the undecoded contents of a strip of data from an open TIFF file
TIFFReadRawTile - return an undecoded tile of data from an open TIFF file
TIFFReadRGBAImage, TIFFReadRGBAImageOriented - read and decode an image into a fixed-format raster
TIFFReadRGBAStrip - read and decode an image strip into a fixed-format raster
TIFFReadRGBATile - read and decode an image tile into a fixed-format raster
TIFFReadScanline - read and decode a scanline of data from an open TIFF file
TIFFReadTile - read and decode a tile of data from an open TIFF file
TIFFRGBAImageOK, TIFFRGBAImageBegin, TIFFRGBAImageGet, TIFFRGBAImageEnd - read and decode an image into a raster
TIFFScanlineSize, TIFFRasterScanlineSize, - return the size of various items associated with an open TIFF file
TIFFSetDirectory, TIFFSetSubDirectory - set the current directory for an open TIFF file
TIFFSetField, TIFFVSetField - set the value(s) of a tag in a TIFF file open for writing
TIFFTileSize, TIFFTileRowSize, TIFFVTileSize, TIFFDefaultTileSize, TIFFComputeTile, TIFFCheckTile, TIFFNumberOfTiles - tile-related utility routines
TIFFWarning, TIFFSetWarningHandler - library warning interface
TIFFWritedEncodedStrip - compress and write a strip of data to an open TIFF file
TIFFWritedEncodedTile - compress and write a tile of data to an open TIFF file
TIFFWriteDirectory, TIFFRewriteDirectory, TIFFCheckpointDirectory - write the current directory in an open TIFF file
TIFFWriteRawStrip - write a strip of raw data to an open TIFF file
TIFFWriteRawTile - write a tile of raw data to an open TIFF file
TIFFWriteScanline - write a scanline to an open TIFF file
TIFFWriteTile - encode and write a tile of data to an open TIFF file
TIFFYCbCrToRGBInit, TIFFYCbCrtoRGB, TIFFCIELabToRGBInit, TIFFCIELabToXYZ, TIFFXYZToRGB - color conversion routines.