LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
Data Fields
gdTiffPageInfo Struct Reference

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
 

Detailed Description

TIFF page information returned while reading pages.

Field Documentation

◆ bits_per_sample

int gdTiffPageInfo::bits_per_sample

Page bits per sample.

◆ compression

int gdTiffPageInfo::compression

Page compression tag value, usually a GD_TIFF_COMPRESSION_* enum value.

◆ has_alpha

int gdTiffPageInfo::has_alpha

Non-zero if the page has extra alpha samples.

◆ height

int gdTiffPageInfo::height

Page height in pixels.

◆ is_tiled

int gdTiffPageInfo::is_tiled

Non-zero if the page is stored as TIFF tiles.

◆ page_index

int gdTiffPageInfo::page_index

Zero-based page index.

◆ photometric

int gdTiffPageInfo::photometric

Page photometric tag value, usually a GD_TIFF_PHOTOMETRIC_* enum value.

◆ planar

int gdTiffPageInfo::planar

Page planar configuration, one of the GD_TIFF_PLANARCONFIG_* enum values.

◆ resolution_unit

int gdTiffPageInfo::resolution_unit

Page resolution unit, one of the GD_TIFF_RESUNIT_* enum values.

◆ samples_per_pixel

int gdTiffPageInfo::samples_per_pixel

Page samples per pixel.

◆ width

int gdTiffPageInfo::width

Page width in pixels.

◆ x_resolution

float gdTiffPageInfo::x_resolution

Page horizontal resolution.

◆ y_resolution

float gdTiffPageInfo::y_resolution

Page vertical resolution.


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