ReactOS 0.4.15-dev-7953-g1f49173
tiff_resolution_image_data Struct Reference
Collaboration diagram for tiff_resolution_image_data:

Public Attributes

USHORT byte_order
 
USHORT version
 
ULONG dir_offset
 
USHORT number_of_entries
 
struct IFD_entry entry [13]
 
ULONG next_IFD
 
struct IFD_rational resx
 
struct IFD_rational resy
 
BYTE pixel_data [4]
 

Detailed Description

Definition at line 224 of file tiffformat.c.

Member Data Documentation

◆ byte_order

USHORT tiff_resolution_image_data::byte_order

Definition at line 226 of file tiffformat.c.

◆ dir_offset

ULONG tiff_resolution_image_data::dir_offset

Definition at line 228 of file tiffformat.c.

◆ entry

struct IFD_entry tiff_resolution_image_data::entry[13]

Definition at line 230 of file tiffformat.c.

Referenced by test_tiff_resolution().

◆ next_IFD

ULONG tiff_resolution_image_data::next_IFD

Definition at line 231 of file tiffformat.c.

◆ number_of_entries

USHORT tiff_resolution_image_data::number_of_entries

Definition at line 229 of file tiffformat.c.

◆ pixel_data

BYTE tiff_resolution_image_data::pixel_data[4]

Definition at line 234 of file tiffformat.c.

◆ resx

struct IFD_rational tiff_resolution_image_data::resx

Definition at line 232 of file tiffformat.c.

Referenced by test_tiff_resolution().

◆ resy

struct IFD_rational tiff_resolution_image_data::resy

Definition at line 233 of file tiffformat.c.

Referenced by test_tiff_resolution().

◆ version

USHORT tiff_resolution_image_data::version

Definition at line 227 of file tiffformat.c.


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