ReactOS 0.4.15-dev-8064-gdaf8068
tiff_8bpp_data Struct Reference
Collaboration diagram for tiff_8bpp_data:

Public Attributes

USHORT byte_order
 
USHORT version
 
ULONG dir_offset
 
USHORT number_of_entries
 
struct IFD_entry entry [14]
 
ULONG next_IFD
 
struct IFD_rational res
 
short palette_data [3][256]
 
BYTE pixel_data [4]
 

Detailed Description

Definition at line 148 of file tiffformat.c.

Member Data Documentation

◆ byte_order

USHORT tiff_8bpp_data::byte_order

Definition at line 150 of file tiffformat.c.

◆ dir_offset

ULONG tiff_8bpp_data::dir_offset

Definition at line 152 of file tiffformat.c.

◆ entry

struct IFD_entry tiff_8bpp_data::entry[14]

Definition at line 154 of file tiffformat.c.

◆ next_IFD

ULONG tiff_8bpp_data::next_IFD

Definition at line 155 of file tiffformat.c.

◆ number_of_entries

USHORT tiff_8bpp_data::number_of_entries

Definition at line 153 of file tiffformat.c.

◆ palette_data

short tiff_8bpp_data::palette_data[3][256]

Definition at line 157 of file tiffformat.c.

◆ pixel_data

BYTE tiff_8bpp_data::pixel_data[4]

Definition at line 158 of file tiffformat.c.

◆ res

struct IFD_rational tiff_8bpp_data::res

Definition at line 156 of file tiffformat.c.

◆ version

USHORT tiff_8bpp_data::version

Definition at line 151 of file tiffformat.c.


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