http://www.simplesystems.org/libtiff/
This package contains the header files and documentation necessary for
developing programs which will manipulate TIFF format image files
using the libtiff library.
If you need to develop programs which will manipulate TIFF format
image files, you should install this package. You'll also need to
install the libtiff package.
Version: 4.7.0
Library Functions | |
TIFFAccessTagMethods.3tiff | provides read/write access to the TIFFTagMethods |
TIFFClientInfo.3tiff | provides a method to hand over user defined data from one routine to another |
TIFFClose.3tiff | close a previously opened TIFF file |
TIFFCreateDirectory.3tiff | routines to create a directory and retrieve information about directories |
TIFFCustomDirectory.3tiff | routines to create a custom directory |
TIFFCustomTagList.3tiff | returns information about the custom tag list |
TIFFDataWidth.3tiff | get the size of TIFF data types |
TIFFDeferStrileArrayWriting.3tiff | defer strile array writing |
TIFFError.3tiff | library error handling interface |
TIFFFieldDataType.3tiff | get TIFF data type from field information |
TIFFFieldName.3tiff | get TIFF field name from field information |
TIFFFieldPassCount.3tiff | get whether to pass a count to TIFFGetField/TIFFSetField |
TIFFFieldQuery.3tiff | routines to query TIFF field information |
TIFFFieldReadCount.3tiff | get number of values to be read from field |
TIFFFieldTag.3tiff | get TIFF field tag value from field information |
TIFFFieldWriteCount.3tiff | get number of values to be written to field |
TIFFFlush.3tiff | flush pending writes to an open TIFF file |
TIFFGetField.3tiff | get the value(s) of a tag in an open TIFF file |
TIFFMergeFieldInfo.3tiff | add application-defined TIFF tags to the list of known libtiff tags |
TIFFOpen.3tiff | open a TIFF file for reading or writing |
TIFFPrintDirectory.3tiff | print a description of a TIFF directory |
TIFFProcFunctions.3tiff | set TIFF processing functions |
TIFFRGBAImage.3tiff | read and decode an image into a raster |
TIFFReadDirectory.3tiff | get the contents of the next directory in an open TIFF file |
TIFFReadEncodedStrip.3tiff | read and decode a strip of data from an open TIFF file |
TIFFReadEncodedTile.3tiff | read and decode a tile of data from an open TIFF file |
TIFFReadFromUserBuffer.3tiff | decode data using an user defined buffer |
TIFFReadRGBAImage.3tiff | read and decode an image into a fixed-format raster |
TIFFReadRGBAStrip.3tiff | read and decode an image strip into a fixed-format raster |
TIFFReadRGBATile.3tiff | read and decode an image tile into a fixed-format raster |
TIFFReadRawStrip.3tiff | return the undecoded contents of a strip of data from an open TIFF file |
TIFFReadRawTile.3tiff | return an undecoded tile of data from an open TIFF file |
TIFFReadScanline.3tiff | read and decode a scanline of data from an open TIFF file |
TIFFReadTile.3tiff | read and decode a tile of data from an open TIFF file |
TIFFSetDirectory.3tiff | set the current directory for an open TIFF file |
TIFFSetField.3tiff | set the value(s) of a tag in a TIFF file open for writing |
TIFFSetTagExtender.3tiff | register the merge function for user defined tags as an extender callback with libtiff |
TIFFStrileQuery.3tiff | get strile byte count and offset |
TIFFWarning.3tiff | library warning interface |
TIFFWriteDirectory.3tiff | write the current directory in an open TIFF file |
TIFFWriteEncodedStrip.3tiff | compress and write a strip of data to an open TIFF file |
TIFFWriteEncodedTile.3tiff | compress and write a tile of data to an open TIFF file |
TIFFWriteRawStrip.3tiff | write a strip of raw data to an open TIFF file |
TIFFWriteRawTile.3tiff | write a tile of raw data to an open TIFF file |
TIFFWriteScanline.3tiff | write a scanline to an open TIFF file |
TIFFWriteTile.3tiff | encode and write a tile of data to an open TIFF file |
TIFFbuffer.3tiff | I/O buffering control routines |
TIFFcodec.3tiff | codec-related utility routines |
TIFFcolor.3tiff | color conversion routines |
TIFFmemory.3tiff | memory management-related functions for use with TIFF files |
TIFFquery.3tiff | query routines |
TIFFsize.3tiff | return the size of various items associated with an open TIFF file |
TIFFstrip.3tiff | strip-related utility routines |
TIFFswab.3tiff | byte- and bit-swapping routines |
TIFFtile.3tiff | tile-related utility routines |
_TIFFRewriteField.3tiff | rewrite a field in the directory on disk |
_TIFFauxiliary.3tiff | auxiliary functions |
libtiff.3tiff | introduction to libtiff, a library for reading and writing TIFF files |