Go to the source code of this file.
|
void PNGAPI | png_set_sig_bytes (png_structp png_ptr, int num_bytes) |
|
int PNGAPI | png_sig_cmp (png_bytep sig, png_size_t start, png_size_t num_to_check) |
|
int PNGAPI | png_check_sig (png_bytep sig, int num) |
|
voidpf | png_zalloc (voidpf png_ptr, uInt items, uInt size) |
|
void | png_zfree (voidpf png_ptr, voidpf ptr) |
|
void | png_reset_crc (png_structp png_ptr) |
|
void | png_calculate_crc (png_structp png_ptr, png_bytep ptr, png_size_t length) |
|
png_infop PNGAPI | png_create_info_struct (png_structp png_ptr) |
|
void PNGAPI | png_destroy_info_struct (png_structp png_ptr, png_infopp info_ptr_ptr) |
|
void PNGAPI | png_info_init (png_infop info_ptr) |
|
void PNGAPI | png_info_init_3 (png_infopp ptr_ptr, png_size_t png_info_struct_size) |
|
void PNGAPI | png_data_freer (png_structp png_ptr, png_infop info_ptr, int freer, png_uint_32 mask) |
|
void PNGAPI | png_free_data (png_structp png_ptr, png_infop info_ptr, png_uint_32 mask, int num) |
|
void | png_info_destroy (png_structp png_ptr, png_infop info_ptr) |
|
png_voidp PNGAPI | png_get_io_ptr (png_structp png_ptr) |
|
void PNGAPI | png_init_io (png_structp png_ptr, png_FILE_p fp) |
|
png_charp PNGAPI | png_convert_to_rfc1123 (png_structp png_ptr, png_timep ptime) |
|
png_charp PNGAPI | png_get_copyright (png_structp png_ptr) |
|
png_charp PNGAPI | png_get_libpng_ver (png_structp png_ptr) |
|
png_charp PNGAPI | png_get_header_ver (png_structp png_ptr) |
|
png_charp PNGAPI | png_get_header_version (png_structp png_ptr) |
|
int PNGAPI | png_handle_as_unknown (png_structp png_ptr, png_bytep chunk_name) |
|
int PNGAPI | png_reset_zstream (png_structp png_ptr) |
|
png_uint_32 PNGAPI | png_access_version_number (void) |
|
int PNGAPI | png_mmx_support (void) |
|
void | png_64bit_product (long v1, long v2, unsigned long *hi_product, unsigned long *lo_product) |
|
int | png_check_cHRM_fixed (png_structp png_ptr, png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x, png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y, png_fixed_point blue_x, png_fixed_point blue_y) |
|
void | png_check_IHDR (png_structp png_ptr, png_uint_32 width, png_uint_32 height, int bit_depth, int color_type, int interlace_type, int compression_type, int filter_type) |
|
|
PNG_CONST char | png_libpng_ver [18] = PNG_LIBPNG_VER_STRING |
|
PNG_CONST png_byte FARDATA | png_sig [8] = {137, 80, 78, 71, 13, 10, 26, 10} |
|
| PNG_IHDR |
|
| PNG_IDAT |
|
| PNG_IEND |
|
| PNG_PLTE |
|
| PNG_bKGD |
|
| PNG_cHRM |
|
| PNG_gAMA |
|
| PNG_hIST |
|
| PNG_iCCP |
|
| PNG_iTXt |
|
| PNG_oFFs |
|
| PNG_pCAL |
|
| PNG_sCAL |
|
| PNG_pHYs |
|
| PNG_sBIT |
|
| PNG_sPLT |
|
| PNG_sRGB |
|
| PNG_tEXt |
|
| PNG_tIME |
|
| PNG_tRNS |
|
| PNG_zTXt |
|
PNG_CONST int FARDATA | png_pass_start [] = {0, 4, 0, 2, 0, 1, 0} |
|
PNG_CONST int FARDATA | png_pass_inc [] = {8, 8, 4, 4, 2, 2, 1} |
|
PNG_CONST int FARDATA | png_pass_ystart [] = {0, 0, 4, 0, 2, 0, 1} |
|
PNG_CONST int FARDATA | png_pass_yinc [] = {8, 8, 8, 4, 4, 2, 2} |
|
PNG_CONST int FARDATA | png_pass_mask [] |
|
PNG_CONST int FARDATA | png_pass_dsp_mask [] = {0xff, 0x0f, 0xff, 0x33, 0xff, 0x55, 0xff} |
|
◆ PNG_INTERNAL
Definition at line 14 of file png.c.
◆ PNG_NO_EXTERN
Definition at line 15 of file png.c.
◆ PNG_NO_PEDANTIC_WARNINGS
#define PNG_NO_PEDANTIC_WARNINGS |
Definition at line 16 of file png.c.
◆ Your_png_h_is_not_version_1_2_56
Definition at line 20 of file png.c.
◆ png_64bit_product()
◆ png_access_version_number()
◆ png_calculate_crc()
◆ png_check_cHRM_fixed()
◆ png_check_IHDR()
◆ png_check_sig()
◆ png_convert_to_rfc1123()
◆ png_create_info_struct()
◆ png_data_freer()
◆ png_destroy_info_struct()
◆ png_free_data()
◆ png_get_copyright()
◆ png_get_header_ver()
◆ png_get_header_version()
◆ png_get_io_ptr()
◆ png_get_libpng_ver()
◆ png_handle_as_unknown()
◆ png_info_destroy()
◆ png_info_init()
◆ png_info_init_3()
◆ png_init_io()
◆ png_mmx_support()
◆ png_reset_crc()
◆ png_reset_zstream()
◆ png_set_sig_bytes()
Definition at line 99 of file png.c.
◆ png_sig_cmp()
◆ png_zalloc()
◆ png_zfree()
◆ PNG_bKGD
Definition at line 42 of file png.c.
◆ PNG_cHRM
Definition at line 43 of file png.c.
◆ PNG_gAMA
Definition at line 44 of file png.c.
◆ PNG_hIST
Definition at line 45 of file png.c.
◆ PNG_iCCP
Definition at line 46 of file png.c.
◆ PNG_IDAT
Definition at line 39 of file png.c.
◆ PNG_IEND
Definition at line 40 of file png.c.
◆ PNG_IHDR
Definition at line 38 of file png.c.
◆ PNG_iTXt
Definition at line 47 of file png.c.
◆ png_libpng_ver
◆ PNG_oFFs
Definition at line 48 of file png.c.
◆ png_pass_dsp_mask
Definition at line 86 of file png.c.
◆ png_pass_inc
◆ png_pass_mask
Initial value:=
{0x80, 0x08, 0x88, 0x22, 0xaa, 0x55, 0xff}
Definition at line 81 of file png.c.
◆ png_pass_start
◆ png_pass_yinc
Definition at line 73 of file png.c.
◆ png_pass_ystart
Definition at line 70 of file png.c.
◆ PNG_pCAL
Definition at line 49 of file png.c.
◆ PNG_pHYs
Definition at line 51 of file png.c.
◆ PNG_PLTE
Definition at line 41 of file png.c.
◆ PNG_sBIT
Definition at line 52 of file png.c.
◆ PNG_sCAL
Definition at line 50 of file png.c.
◆ png_sig
Definition at line 34 of file png.c.
◆ PNG_sPLT
Definition at line 53 of file png.c.
◆ PNG_sRGB
Definition at line 54 of file png.c.
◆ PNG_tEXt
Definition at line 55 of file png.c.
◆ PNG_tIME
Definition at line 56 of file png.c.
◆ PNG_tRNS
Definition at line 57 of file png.c.
◆ PNG_zTXt
Definition at line 58 of file png.c.