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
TIFFPROCFUNCTIONS(3tiff) | LibTIFF | TIFFPROCFUNCTIONS(3tiff) |
NAME¶
TIFFProcFunctions - set TIFF processing functions
SYNOPSIS¶
#include <tiffio.h>
DESCRIPTION¶
The following routines return ?????? an open TIFF file.
TIFFGetCloseProc() returns a pointer to file close method.
TIFFGetMapFileProc() returns a pointer to memory mapping method.
TIFFGetReadProc() returns a pointer to file read method.
TIFFGetSeekProc() returns a pointer to file seek method.
TIFFGetSizeProc() returns a pointer to file size requesting method.
TIFFGetUnmapFileProc() returns a pointer to memory unmapping method.
TIFFGetWriteProc() returns a pointer to file write method.
DIAGNOSTICS¶
None.
SEE ALSO¶
libtiff (3tiff), TIFFOpen (3tiff)
AUTHOR¶
LibTIFF contributors
COPYRIGHT¶
1988-2023, LibTIFF contributors
November 26, 2023 | 4.6 |