php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | bmp_hdr_t |
struct | bmp_info_t |
Macros | |
#define | BMP_H 1 |
#define | BMP_PALETTE_3 1 |
#define | BMP_PALETTE_4 2 |
#define | BMP_WINDOWS_V3 40 |
#define | BMP_OS2_V1 12 |
#define | BMP_OS2_V2 64 |
#define | BMP_WINDOWS_V4 108 |
#define | BMP_WINDOWS_V5 124 |
#define | BMP_BI_RGB 0 |
#define | BMP_BI_RLE8 1 |
#define | BMP_BI_RLE4 2 |
#define | BMP_BI_BITFIELDS 3 |
#define | BMP_BI_JPEG 4 |
#define | BMP_BI_PNG 5 |
#define | BMP_RLE_COMMAND 0 |
#define | BMP_RLE_ENDOFLINE 0 |
#define | BMP_RLE_ENDOFBITMAP 1 |
#define | BMP_RLE_DELTA 2 |
#define | BMP_RLE_TYPE_RAW 0 |
#define | BMP_RLE_TYPE_RLE 1 |