[master] Imported from libpng-1.4.0.tar

This commit is contained in:
Glenn Randers-Pehrson
2010-01-02 23:05:45 -06:00
parent 115817d118
commit 7e3a82cd9c
130 changed files with 4698 additions and 8343 deletions

View File

@@ -4,10 +4,20 @@
LIBRARY lpngce
png_memcpy_check
png_memset_check
png_set_dither
png_read_init_3
png_write_init_3
png_set_strip_error_numbers
png_get_uint_32
png_get_uint_16
png_get_int_32
EXPORTS
;Version 1.2.42
;Version 1.4.0
png_build_grayscale_palette @1
png_check_sig @2
; png_check_sig @2
png_chunk_error @3
png_chunk_warning @4
; png_convert_from_struct_tm @5
@@ -44,6 +54,7 @@ EXPORTS
png_get_image_height @36
png_get_image_width @37
png_get_interlace_type @38
png_get_io_ptr @39
png_get_libpng_ver @40
png_get_oFFs @41
png_get_pCAL @42
@@ -73,8 +84,8 @@ EXPORTS
png_get_y_offset_pixels @66
png_get_y_pixels_per_meter @67
png_malloc @68
png_memcpy_check @69
png_memset_check @70
; png_memcpy_check @69
; png_memset_check @70
png_permit_empty_plte @71
png_process_data @72
png_progressive_combine_row @73
@@ -102,7 +113,7 @@ EXPORTS
png_set_compression_strategy @94
png_set_compression_window_bits @95
png_set_crc_action @96
png_set_dither @97
; png_set_dither @97
png_set_error_fn @98
png_set_expand @99
png_set_filler @100
@@ -184,8 +195,8 @@ EXPORTS
; Added at version 1.0.12
; For compatiblity with 1.0.7-1.0.11
png_info_init @174
png_read_init_3 @175
png_write_init_3 @176
; png_read_init_3 @175
; png_write_init_3 @176
png_info_init_3 @177
png_destroy_struct @178
; Added at version 1.2.0
@@ -207,7 +218,7 @@ EXPORTS
; png_set_asm_flags @191
; png_init_mmx_flags @192
; Strip error numbers
png_set_strip_error_numbers @193
; png_set_strip_error_numbers @193
; Added at version 1.2.2
png_handle_as_unknown @179
png_zalloc @180
@@ -223,14 +234,24 @@ EXPORTS
; Added at version 1.2.7
png_set_add_alpha @199
; Added at version 1.2.9
png_get_uint_32 @200
; png_get_uint_32 @200
png_save_uint_32 @201
png_get_uint_16 @202
; png_get_uint_16 @202
png_save_uint_16 @203
png_get_int_32 @204
; png_get_int_32 @204
png_save_int_32 @205
png_get_uint_31 @206
png_set_expand_gray_1_2_4_to_8 @207
; Added at version 1.2.41
png_write_sig @208
png_benign_error @209
png_benign_chunk_error @210
png_set_benign_error @211
png_get_io_chunk_name @212
png_get_io_state @213
png_set_premultiply_alpha @214
png_get_chunk_cache_max @215
png_set_chunk_cache_max @216
png_check_cHRM_fixed @217
png_calloc @218
png_set_longjmp_fn @219