TIFFWRITERAWTILE(3tiff) | LibTIFF | TIFFWRITERAWTILE(3tiff) |
TIFFWriteRawTile - write a tile of raw data to an open TIFF file
#include <tiffio.h>
Append size bytes of raw data to the specified tile.
-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 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:
TIFFOpen (3tiff), TIFFWriteEncodedTile (3tiff), TIFFWriteScanline (3tiff), libtiff (3tiff)
LibTIFF contributors
1988-2023, LibTIFF contributors
November 23, 2023 | 4.5 |