TIFFPROCFUNCTIONS(3tiff) LibTIFF TIFFPROCFUNCTIONS(3tiff)
NAME
TIFFProcFunctions - set TIFF processing functions
SYNOPSIS
#include <tiffio.h>
TIFFCloseProc TIFFGetCloseProc(TIFF *tif)
TIFFMapFileProc TIFFGetMapFileProc(TIFF *tif)
TIFFReadWriteProc TIFFGetReadProc(TIFF *tif)
TIFFSeekProc TIFFGetSeekProc(TIFF *tif)
TIFFSizeProc TIFFGetSizeProc(TIFF *tif)
TIFFUnmapFileProc TIFFGetUnmapFileProc(TIFF *tif)
TIFFReadWriteProc TIFFGetWriteProc(TIFF *tif)
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(3), TIFFOpen(3)
AUTHOR
LibTIFF contributors
COPYRIGHT
1988-2022, LibTIFF contributors
4.6 October 9, 2023 TIFFPROCFUNCTIONS(3tiff)
tiff 4.6.0 - Generated Sun Oct 15 06:07:04 CDT 2023
