Blender  V3.3
Public Attributes | List of all members
ImbTIFFMemFile Struct Reference

Public Attributes

const unsigned char * mem
 
toff_t offset
 
tsize_t size
 

Detailed Description

Structure for in-memory TIFF file.

Definition at line 61 of file tiff.c.

Member Data Documentation

◆ mem

const unsigned char* ImbTIFFMemFile::mem

Location of first byte of TIFF file.

Definition at line 63 of file tiff.c.

Referenced by imb_tiff_client_open(), imb_tiff_CloseProc(), imb_tiff_ReadProc(), imb_tiff_SeekProc(), and imb_tiff_SizeProc().

◆ offset

toff_t ImbTIFFMemFile::offset

Current offset within the file.

Definition at line 65 of file tiff.c.

Referenced by imb_tiff_client_open(), imb_tiff_CloseProc(), imb_tiff_ReadProc(), and imb_tiff_SeekProc().

◆ size

tsize_t ImbTIFFMemFile::size

Size of the TIFF file.

Definition at line 67 of file tiff.c.

Referenced by imb_tiff_client_open(), imb_tiff_CloseProc(), imb_tiff_ReadProc(), and imb_tiff_SizeProc().


The documentation for this struct was generated from the following file: