logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TIFFProcFunctions - set TIFF processing functions

Author

       LibTIFF contributors

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.

Name

       TIFFProcFunctions - set TIFF processing functions

See Also

libtiff (3tiff), TIFFOpen (3tiff)

Synopsis

          #include <tiffio.h>

       TIFFCloseProcTIFFGetCloseProc(TIFF*tif)TIFFMapFileProcTIFFGetMapFileProc(TIFF*tif)TIFFReadWriteProcTIFFGetReadProc(TIFF*tif)TIFFSeekProcTIFFGetSeekProc(TIFF*tif)TIFFSizeProcTIFFGetSizeProc(TIFF*tif)TIFFUnmapFileProcTIFFGetUnmapFileProc(TIFF*tif)TIFFReadWriteProcTIFFGetWriteProc(TIFF*tif)

See Also