|
LibGd 2.4.0-dev
GD Graphics library
|
#include <gd.h>
Data Fields | |
| int | header_type |
| int | width |
| int | height |
| int | top_down |
| int | planes |
| int | bits_per_pixel |
| int | compression |
| int | image_size |
| int | horizontal_resolution |
| int | vertical_resolution |
| int | colors_used |
| int | important_colors |
| int | palette_type |
| int | palette_entries |
| unsigned int | red_mask |
| unsigned int | green_mask |
| unsigned int | blue_mask |
| unsigned int | alpha_mask |
Descriptive facts read from a BMP file header.
| unsigned int gdBmpInfo::alpha_mask |
Alpha channel mask.
| int gdBmpInfo::bits_per_pixel |
Number of bits per pixel.
| unsigned int gdBmpInfo::blue_mask |
Blue channel mask.
| int gdBmpInfo::colors_used |
Number of colors used in the palette.
| int gdBmpInfo::compression |
Compression method used.
| unsigned int gdBmpInfo::green_mask |
Green channel mask.
| int gdBmpInfo::header_type |
Type of the BMP header.
| int gdBmpInfo::height |
Image height in pixels.
| int gdBmpInfo::horizontal_resolution |
Horizontal resolution in pixels per meter.
| int gdBmpInfo::image_size |
Size of the pixel data in bytes.
| int gdBmpInfo::important_colors |
Number of important colors.
| int gdBmpInfo::palette_entries |
Number of entries in the palette.
| int gdBmpInfo::palette_type |
Type of the palette.
| int gdBmpInfo::planes |
Number of color planes.
| unsigned int gdBmpInfo::red_mask |
Red channel mask.
| int gdBmpInfo::top_down |
Nonzero if the image is stored top-down.
| int gdBmpInfo::vertical_resolution |
Vertical resolution in pixels per meter.
| int gdBmpInfo::width |
Image width in pixels.