|
LibGd 2.4.0-dev
GD Graphics library
|
Basic information read from a JPEG header. More...
#include <gd.h>
Data Fields | |
| int | width |
| int | height |
| int | bits_per_sample |
| int | components |
| int | color_space |
| int | progressive |
| int | density_unit |
| int | x_density |
| int | y_density |
Basic information read from a JPEG header.
| int gdJpegInfo::bits_per_sample |
Bits per sample reported by the JPEG library.
| int gdJpegInfo::color_space |
One of the GD_JPEG_COLOR_SPACE_* constants.
| int gdJpegInfo::components |
Number of image components.
| int gdJpegInfo::density_unit |
One of the GD_JPEG_DENSITY_UNIT_* constants.
| int gdJpegInfo::height |
Image height in pixels.
| int gdJpegInfo::progressive |
Non-zero if the image is progressive.
| int gdJpegInfo::width |
Image width in pixels.
| int gdJpegInfo::x_density |
Horizontal density, or -1 if not available.
| int gdJpegInfo::y_density |
Vertical density, or -1 if not available.