TIFFWRITERAWSTRIP(3tiff) | LibTIFF | TIFFWRITERAWSTRIP(3tiff) |
TIFFWriteRawStrip - write a strip of raw data to an open TIFF file
#include <tiffio.h>
Append size bytes of raw data to the specified strip.
The strip number must be valid according to the current settings of the ImageLength and RowsPerStrip tags. An image may be dynamically grown by increasing the value of ImageLength prior to each call to TIFFWriteRawStrip().
-1 is returned if an error occurred. Otherwise, the value of size is returned.
All error messages are directed to the TIFFErrorExtR() routine.
%s: File not open for writing:
Can not write scanlines to a tiled image:
%s: Must set "ImageWidth" before writing data:
%s: Must set "PlanarConfiguration" before writing data:
%s: No space for strip arrays":
%s: Strip %d out of range, max %d:
TIFFOpen (3tiff), TIFFWriteEncodedStrip (3tiff), TIFFWriteScanline (3tiff), libtiff (3tiff)
LibTIFF contributors
1988-2023, LibTIFF contributors
November 23, 2023 | 4.5 |