TIFFScanlineSize(3T) UNIX System V(June 18, 1991) TIFFScanlineSize(3T)
NAME
TIFFScanlineSize, TIFFTileSize - return the size (in bytes) of a scanline
or tile for an open TIFF file
SYNOPSIS
#include <tiffio.h>
int TIFFScanlineSize(TIFF* tif)
int TIFFTileSize(TIFF* tif)
DESCRIPTION
TIFFScanlineSize() returns the size (in bytes) of a row of data as it
would be returned in a call to TIFFReadScanline(), or as it would be
expected in a call to TIFFWriteScanline().
TIFFTileSize() returns the equivalent size for a tile of data as it would
be returned in a call to TIFFReadTile() or as it would be expected in a
call to TIFFWriteTile().
These sizes are typically used when dynamically allocating I/O buffers.
DIAGNOSTICS
None.
SEE ALSO
intro(3T), TIFFOpen(3T), TIFFReadScanline(3T), TIFFReadTile(3T),
TIFFWriteScanline(3T), TIFFWriteTile(3T)
10/89 Page 1