TIFFProcFunctions(3tiff)
| TIFFPROCFUNCTIONS(3tiff) | LibTIFF | TIFFPROCFUNCTIONS(3tiff) |
NAME
TIFFProcFunctions - set TIFF processing functions
SYNOPSIS
#include <tiffio.h>
- TIFFCloseProc <#c.TIFFCloseProc> TIFFGetCloseProc(TIFF *tif)
- TIFFMapFileProc <#c.TIFFMapFileProc> TIFFGetMapFileProc(TIFF *tif)
- TIFFReadWriteProc <#c.TIFFReadWriteProc> TIFFGetReadProc(TIFF *tif)
- TIFFSeekProc <#c.TIFFSeekProc> TIFFGetSeekProc(TIFF *tif)
- TIFFSizeProc <#c.TIFFSizeProc> TIFFGetSizeProc(TIFF *tif)
- TIFFUnmapFileProc <#c.TIFFUnmapFileProc> TIFFGetUnmapFileProc(TIFF *tif)
- TIFFReadWriteProc <#c.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 <> (3tiff), TIFFOpen <> (3tiff)
Author
LibTIFF contributors
Copyright
1988-2025, LibTIFF contributors
| August 14, 2026 | 4.7 |
