TIFFWriteRawtile(3T) UNIX System V(June 18, 1991) TIFFWriteRawtile(3T)
NAME
TIFFWriteRawTile - write a tile of raw data to an open TIFF file
SYNOPSIS
#include <tiffio.h>
int TIFFWriteRawTile(TIFF* tif, uint tile, uchar* buf, uint size)
DESCRIPTION
Append size bytes of raw data to the specified tile. TIFFWriteRawTile()
returns -1 if an error occurred; otherwise it returns the value of size.
DIAGNOSTICS
All error messages are directed to the TIFFError(3T) routine.
SEE ALSO
intro(3T), TIFFOpen(3T), TIFFWriteEncodedTile(3T), TIFFWriteScanline(3T)
10/89 Page 1