Pages du manuel Linux : Fonctions des bibliothèques / tiff
- libtiff
- introduction to libtiff, a library for reading and writing TIFF files
- TIFFbuffer
- I/O buffering control routines
- TIFFClose
- close a previously opened TIFF file
- TIFFcodec
- TIFFFindCODEC, TIFFRegisterCODEC, TIFFUnRegisterCODEC, TIFFIsCODECConfigured - codec-related utility routines
- TIFFcolor
- color conversion routines.
- TIFFDataWidth
- Get the size of TIFF data types
- TIFFError
- library error handling interface
- TIFFFlush
- flush pending writes to an open TIFF file
- TIFFGetField
- get the value(s) of a tag in an open TIFF file
- TIFFmemory
- _TIFFmalloc, c _TIFFrealloc, c _TIFFfree, c _TIFFmemset, c _TIFFmemcpy, c _TIFFmemcmp, c - memory management-related functions for use with TIFF files
- TIFFOpen
- open a TIFF file for reading or writing
- TIFFPrintDirectory
- print a description of a TIFF directory
- TIFFquery
- TIFFCurrentRow, TIFFCurrentStrip, TIFFCurrentTile, TIFFCurrentDirectory, TIFFLastDirectory, TIFFFileno, TIFFFileName, TIFFGetMode, TIFFIsTiled, TIFFIsByteSwapped, TIFFIsUpSampled, TIFFIsMSB2LSB, TIFFGetVersion - query 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
- 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
- TIFFRGBAImage
- TIFFRGBAImageOK, TIFFRGBAImageBegin, TIFFRGBAImageGet, TIFFRGBAImageEnd - read and decode an image into a raster
- TIFFSetDirectory
- set the current directory for an open TIFF file
- TIFFSetField
- set the value(s) of a tag in a TIFF file open for writing
- TIFFsize
- TIFFScanlineSize, TIFFRasterScanlineSize, - return the size of various items associated with an open TIFF file
- TIFFstrip
- strip-related utility routines
- TIFFswab
- byte- and bit-swapping routines
- TIFFtile
- tile-related utility routines
- TIFFWarning
- library warning interface
- TIFFWriteDirectory
- write the current directory in an open TIFF file
- TIFFWriteEncodedStrip
- compress and write a strip of data to an open TIFF file
- TIFFWriteEncodedTile
- compress and write a tile of data to 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