TIFFWriteRawstrip(3T) UNIX System V(May 2, 1990) TIFFWriteRawstrip(3T)
NAME
TIFFWriteRawStrip - write a strip of raw data to an open TIFF file
SYNOPSIS
#include <tiffio.h>
int TIFFWriteRawStrip(TIFF* tif, uint strip, uchar* buf, uint size)
DESCRIPTION
Append size bytes of raw data to the specified strip.
TIFFWriteRawStrip() 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), TIFFWriteEncodedStrip(3T), TIFFWriteScanline(3T)
10/89 Page 1