table of contents
- bookworm 4.5.0-6+deb12u1
- testing 4.5.1+git230720-5
- unstable 4.5.1+git230720-5
- experimental 4.6.0-2
TIFFWRITERAWSTRIP(3tiff) | LibTIFF | TIFFWRITERAWSTRIP(3tiff) |
NAME¶
TIFFWriteRawStrip - write a strip of raw data to an open TIFF file
SYNOPSIS¶
#include <tiffio.h>
DESCRIPTION¶
Append size bytes of raw data to the specified strip.
NOTES¶
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().
RETURN VALUES¶
-1 is returned if an error occurred. Otherwise, the value of size is returned.
DIAGNOSTICS¶
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:
SEE ALSO¶
TIFFOpen (3tiff), TIFFWriteEncodedStrip (3tiff), TIFFWriteScanline (3tiff), libtiff (3tiff)
AUTHOR¶
LibTIFF contributors
COPYRIGHT¶
1988-2023, LibTIFF contributors
November 26, 2023 | 4.6 |