table of contents
- bookworm 4.5.0-6+deb12u2
- testing 4.5.1+git230720-5
- unstable 4.5.1+git230720-5
- experimental 4.6.0-2
TIFFWRITERAWTILE(3tiff) | LibTIFF | TIFFWRITERAWTILE(3tiff) |
NAME¶
TIFFWriteRawTile - write a tile of raw data to an open TIFF file
SYNOPSIS¶
#include <tiffio.h>
DESCRIPTION¶
Append size bytes of raw data to the specified tile.
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 tiles to a stripped image:
%s: Must set "ImageWidth" before writing data:
%s: Must set "PlanarConfiguration" before writing data:
%s: No space for tile arrays:
%s: Specified tile %d out of range, max %d:
SEE ALSO¶
TIFFOpen (3tiff), TIFFWriteEncodedTile (3tiff), TIFFWriteScanline (3tiff), libtiff (3tiff)
AUTHOR¶
LibTIFF contributors
COPYRIGHT¶
1988-2025, LibTIFF contributors
January 3, 2025 | 4.5 |