php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
bmp_info_t Struct Reference

#include <bmp.h>

Data Fields

signed short int type
 
signed int len
 
signed int width
 
signed int height
 
signed char topdown
 
signed short int numplanes
 
signed short int depth
 
signed int enctype
 
signed int size
 
signed int hres
 
signed int vres
 
signed int numcolors
 
signed int mincolors
 

Detailed Description

Definition at line 67 of file bmp.h.

Field Documentation

◆ depth

signed short int bmp_info_t::depth

Definition at line 86 of file bmp.h.

◆ enctype

signed int bmp_info_t::enctype

Definition at line 89 of file bmp.h.

◆ height

signed int bmp_info_t::height

Definition at line 77 of file bmp.h.

◆ hres

signed int bmp_info_t::hres

Definition at line 95 of file bmp.h.

◆ len

signed int bmp_info_t::len

Definition at line 71 of file bmp.h.

◆ mincolors

signed int bmp_info_t::mincolors

Definition at line 104 of file bmp.h.

◆ numcolors

signed int bmp_info_t::numcolors

Definition at line 101 of file bmp.h.

◆ numplanes

signed short int bmp_info_t::numplanes

Definition at line 83 of file bmp.h.

◆ size

signed int bmp_info_t::size

Definition at line 92 of file bmp.h.

◆ topdown

signed char bmp_info_t::topdown

Definition at line 80 of file bmp.h.

◆ type

signed short int bmp_info_t::type

Definition at line 69 of file bmp.h.

◆ vres

signed int bmp_info_t::vres

Definition at line 98 of file bmp.h.

◆ width

signed int bmp_info_t::width

Definition at line 74 of file bmp.h.


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