|
TIFFCheckpointDirectory
|
writes the current state of the directory
|
|
TIFFCheckTile
|
very x,y,z,sample is within image
|
|
TIFFCIELabToRGBInit
|
initialize CIE L*a*b* 1976 to RGB conversion
state
|
|
TIFFCIELabToXYZ
|
perform CIE L*a*b* 1976 to CIE XYZ
conversion
|
|
TIFFClientOpen
|
open a file for reading or writing
|
|
TIFFClose
|
close an open file
|
|
TIFFComputeStrip
|
return strip containing y,sample
|
|
TIFFComputeTile
|
return tile containing x,y,z,sample
|
|
TIFFCurrentDirectory
|
return index of current directory
|
|
TIFFCurrentRow
|
return index of current scanline
|
|
TIFFCurrentStrip
|
return index of current strip
|
|
TIFFCurrentTile
|
return index of current tile
|
|
TIFFDataWidth
|
return the size of TIFF data types
|
|
TIFFError
|
library error handler
|
|
TIFFFdOpen
|
open a file for reading or writing
|
|
TIFFFileName
|
return name of open file
|
|
TIFFFileno
|
return open file descriptor
|
|
TIFFFindCODEC
|
find standard codec for the specific
scheme
|
|
TIFFFlush
|
flush all pending writes
|
|
TIFFFlushData
|
flush pending data writes
|
|
TIFFGetBitRevTable
|
return bit reversal table
|
|
TIFFGetField
|
return tag value in current directory
|
|
TIFFGetFieldDefaulted
|
return tag value in current directory
|
|
TIFFGetMode
|
return open file mode
|
|
TIFFGetVersion
|
return library version string
|
|
TIFFIsCODECConfigured
|
check, whether we have working codec
|
|
TIFFIsMSB2LSB
|
return true if image data is being
returned
|
|
|
with bit 0 as the most significant bit
|
|
TIFFIsTiled
|
return true if image data is tiled
|
|
TIFFIsByteSwapped
|
return true if image data is byte-swapped
|
|
TIFFNumberOfStrips
|
return number of strips in an image
|
|
TIFFNumberOfTiles
|
return number of tiles in an image
|
|
TIFFOpen
|
open a file for reading or writing
|
|
TIFFPrintDirectory
|
print description of the current
directory
|
|
TIFFReadBufferSetup
|
specify i/o buffer for reading
|
|
TIFFReadDirectory
|
read the next directory
|
|
TIFFReadEncodedStrip
|
read and decode a strip of data
|
|
TIFFReadEncodedTile
|
read and decode a tile of data
|
|
TIFFReadRawStrip
|
read a raw strip of data
|
|
TIFFReadRawTile
|
read a raw tile of data
|
|
TIFFReadRGBAImage
|
read an image into a fixed format raster
|
|
TIFFReadScanline
|
read and decode a row of data
|
|
TIFFReadTile
|
read and decode a tile of data
|
|
TIFFRegisterCODEC
|
override standard codec for the specific
scheme
|
|
TIFFReverseBits
|
reverse bits in an array of bytes
|
|
TIFFRGBAImageBegin
|
setup decoder state for TIFFRGBAImageGet
|
|
TIFFRGBAImageEnd
|
release TIFFRGBAImage decoder state
|
|
TIFFRGBAImageGet
|
read and decode an image
|
|
TIFFRGBAImageOK
|
is image readable by TIFFRGBAImageGet
|
|
TIFFScanlineSize
|
return size of a scanline
|
|
TIFFSetDirectory
|
set the current directory
|
|
TIFFSetSubDirectory
|
set the current directory
|
|
TIFFSetErrorHandler
|
set error handler function
|
|
TIFFSetField
|
set a tag’s value in the current
directory
|
|
TIFFSetWarningHandler
|
set warning handler function
|
|
TIFFStripSize
|
returns size of a strip
|
|
TIFFRawStripSize
|
returns the number of bytes in a raw
strip
|
|
TIFFSwabShort
|
swap bytes of short
|
|
TIFFSwabLong
|
swap bytes of long
|
|
TIFFSwabArrayOfShort
|
swap bytes of an array of shorts
|
|
TIFFSwabArrayOfLong
|
swap bytes of an array of longs
|
|
TIFFTileRowSize
|
return size of a row in a tile
|
|
TIFFTileSize
|
return size of a tile
|
|
TIFFUnRegisterCODEC
|
unregisters the codec
|
|
TIFFVGetField
|
return tag value in current directory
|
|
TIFFVGetFieldDefaulted
|
return tag value in current directory
|
|
TIFFVSetField
|
set a tag’s value in the current
directory
|
|
TIFFVStripSize
|
returns the number of bytes in a strip
|
|
TIFFWarning
|
library warning handler
|
|
TIFFWriteDirectory
|
write the current directory
|
|
TIFFWriteEncodedStrip
|
compress and write a strip of data
|
|
TIFFWriteEncodedTile
|
compress and write a tile of data
|
|
TIFFWriteRawStrip
|
write a raw strip of data
|
|
TIFFWriteRawTile
|
write a raw tile of data
|
|
TIFFWriteScanline
|
write a scanline of data
|
|
TIFFWriteTile
|
compress and write a tile of data
|
|
TIFFXYZToRGB
|
perform CIE XYZ to RGB conversion
|
|
TIFFYCbCrToRGBInit
|
initialize YCbCr to RGB conversion state
|
|
TIFFYCbCrtoRGB
|
perform YCbCr to RGB conversion
|