ReactOS 0.4.15-dev-7846-g8ba6c66
tiff_1x1_data Struct Reference
Collaboration diagram for tiff_1x1_data:

Public Attributes

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

Detailed Description

Definition at line 5503 of file image.c.

Member Data Documentation

◆ bps_data

short tiff_1x1_data::bps_data

Definition at line 5513 of file image.c.

◆ byte_order

USHORT tiff_1x1_data::byte_order

Definition at line 5505 of file image.c.

◆ dir_offset

ULONG tiff_1x1_data::dir_offset

Definition at line 5507 of file image.c.

Referenced by test_color_formats(), and test_tiff_color_formats().

◆ entry

struct IFD_entry tiff_1x1_data::entry

Definition at line 5509 of file image.c.

◆ next_IFD

ULONG tiff_1x1_data::next_IFD

Definition at line 5510 of file image.c.

◆ number_of_entries

USHORT tiff_1x1_data::number_of_entries

Definition at line 5508 of file image.c.

◆ palette_data

short tiff_1x1_data::palette_data

Definition at line 5512 of file image.c.

◆ pixel_data

BYTE tiff_1x1_data::pixel_data

Definition at line 5514 of file image.c.

◆ res

struct IFD_rational tiff_1x1_data::res

Definition at line 5511 of file image.c.

◆ version

USHORT tiff_1x1_data::version

Definition at line 5506 of file image.c.


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