ReactOS 0.4.16-dev-734-g364d6e0
|
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] |
Definition at line 212 of file tiffformat.c.
USHORT tiff_resolution_image_data::byte_order |
Definition at line 214 of file tiffformat.c.
ULONG tiff_resolution_image_data::dir_offset |
Definition at line 216 of file tiffformat.c.
Definition at line 218 of file tiffformat.c.
Referenced by test_tiff_resolution().
ULONG tiff_resolution_image_data::next_IFD |
Definition at line 219 of file tiffformat.c.
USHORT tiff_resolution_image_data::number_of_entries |
Definition at line 217 of file tiffformat.c.
BYTE tiff_resolution_image_data::pixel_data[4] |
Definition at line 222 of file tiffformat.c.
struct IFD_rational tiff_resolution_image_data::resx |
Definition at line 220 of file tiffformat.c.
Referenced by test_tiff_resolution().
struct IFD_rational tiff_resolution_image_data::resy |
Definition at line 221 of file tiffformat.c.
Referenced by test_tiff_resolution().
USHORT tiff_resolution_image_data::version |
Definition at line 215 of file tiffformat.c.