|
LibGd 2.4.0-dev
GD Graphics library
|
TIFF file information from the first page and container. More...
#include <gd.h>
Data Fields | |
| int | width |
| int | height |
| int | page_count |
| int | bits_per_sample |
| int | samples_per_pixel |
| int | compression |
| int | photometric |
| float | x_resolution |
| float | y_resolution |
| int | resolution_unit |
TIFF file information from the first page and container.
| int gdTiffInfo::bits_per_sample |
First page bits per sample.
| int gdTiffInfo::compression |
First page compression tag value, usually a GD_TIFF_COMPRESSION_* enum value.
| int gdTiffInfo::height |
First page height in pixels.
| int gdTiffInfo::page_count |
Number of TIFF directories/pages in the file.
| int gdTiffInfo::photometric |
First page photometric tag value, usually a GD_TIFF_PHOTOMETRIC_* enum value.
| int gdTiffInfo::resolution_unit |
First page resolution unit, one of the GD_TIFF_RESUNIT_* enum values.
| int gdTiffInfo::samples_per_pixel |
First page samples per pixel.
| int gdTiffInfo::width |
First page width in pixels.
| float gdTiffInfo::x_resolution |
First page horizontal resolution.
| float gdTiffInfo::y_resolution |
First page vertical resolution.