Go to the source code of this file.
Define Documentation
#define PNGD_BG_RETURNED 0x00010000 |
#define PNGD_GAMMA_CORRECTION 0x00000004 |
#define PNGD_GAMMA_RETURNED 0x00040000 |
#define PNGD_INTERLACED 0x00000001 |
#define PNGD_NO_GAMMA_LABEL 0x00000002 |
#define PNGD_RES_RETURNED 0x00020000 |
#define PNGD_USE_BKGD 0x00000001 |
#define PNGD_USE_CUSTOM_BG 0x00000002 |
#define PNGD_USE_HEAPALLOC 0x00000008 |
#define PNGDIB_HEADER_VERSION 20200 |
#define PNGDIB_HEADER_VERSION_STRING "2.2.0" |
Typedef Documentation
Function Documentation
int pngdib_get_version |
( |
void |
|
) |
|
char* pngdib_get_version_string |
( |
void |
|
) |
|
References PNGD_P2DINFO_struct::bgcolor, PNGD_P2DINFO_struct::bits_offs, PNGD_P2DINFO_struct::bits_per_pixel, PNGD_P2DINFO_struct::bits_per_sample, PNGD_COLOR_struct::blue, PNGD_P2DINFO_struct::color_type, PNGD_P2DINFO_struct::dibsize, errstruct::errmsg, PNGD_P2DINFO_struct::errmsg, PNGD_P2DINFO_struct::file_gamma, PNGD_P2DINFO_struct::flags, gamma_correct(), PNGD_COLOR_struct::green, PNGD_P2DINFO_struct::heap, PNGD_P2DINFO_struct::interlace, errstruct::jbufp, PNGD_P2DINFO_struct::lpbits, PNGD_P2DINFO_struct::lpdib, my_error_fn(), my_warning_fn(), PNGD_P2DINFO_struct::palette, PNGD_P2DINFO_struct::palette_colors, PNGD_P2DINFO_struct::palette_offs, PNGD_GAMMA_CORRECTION, pngd_get_error_message(), PNGD_USE_BKGD, PNGD_USE_CUSTOM_BG, PNGD_USE_HEAPALLOC, PNGD_P2DINFO_struct::pngfn, PNGD_COLOR_struct::red, PNGD_P2DINFO_struct::res_units, PNGD_P2DINFO_struct::res_x, PNGD_P2DINFO_struct::res_y, screen_gamma, PNGD_P2DINFO_struct::structsize, and VOID().
Referenced by convertPNG2BMP().
References PNGD_D2PINFO_struct::bitssize, PNGD_D2PINFO_struct::dibsize, PNGD_D2PINFO_struct::errmsg, errstruct::errmsg, PNGD_D2PINFO_struct::flags, errstruct::jbufp, PNGD_D2PINFO_struct::lpbits, PNGD_D2PINFO_struct::lpdib, my_error_fn(), my_warning_fn(), pngd_get_error_message(), PNGD_INTERLACED, PNGD_NO_GAMMA_LABEL, PNGD_D2PINFO_struct::pngfn, size, PNGD_D2PINFO_struct::software, PNGD_D2PINFO_struct::structsize, uncompress_dib(), and VOID().
Referenced by convertBMP2PNG().