|
LibGd 2.4.0-dev
GD Graphics library
|
TIFF page information returned while reading pages. More...
#include <gd.h>
Data Fields | |
| int | page_index |
| int | width |
| int | height |
| int | bits_per_sample |
| int | samples_per_pixel |
| int | compression |
| int | photometric |
| int | planar |
| int | has_alpha |
| int | is_tiled |
| float | x_resolution |
| float | y_resolution |
| int | resolution_unit |
TIFF page information returned while reading pages.
| int gdTiffPageInfo::bits_per_sample |
Page bits per sample.
| int gdTiffPageInfo::compression |
Page compression tag value, usually a GD_TIFF_COMPRESSION_* enum value.
| int gdTiffPageInfo::has_alpha |
Non-zero if the page has extra alpha samples.
| int gdTiffPageInfo::height |
Page height in pixels.
| int gdTiffPageInfo::is_tiled |
Non-zero if the page is stored as TIFF tiles.
| int gdTiffPageInfo::page_index |
Zero-based page index.
| int gdTiffPageInfo::photometric |
Page photometric tag value, usually a GD_TIFF_PHOTOMETRIC_* enum value.
| int gdTiffPageInfo::planar |
Page planar configuration, one of the GD_TIFF_PLANARCONFIG_* enum values.
| int gdTiffPageInfo::resolution_unit |
Page resolution unit, one of the GD_TIFF_RESUNIT_* enum values.
| int gdTiffPageInfo::samples_per_pixel |
Page samples per pixel.
| int gdTiffPageInfo::width |
Page width in pixels.
| float gdTiffPageInfo::x_resolution |
Page horizontal resolution.
| float gdTiffPageInfo::y_resolution |
Page vertical resolution.