[master] Ported functions from libpng-1.4.0rc01:

png_calloc(), png_get_io_state(),
    png_get_io_chunk_name(), png_set_premultiply_alpha, and
    png_do_read_premultiply_alpha().
This commit is contained in:
Glenn Randers-Pehrson
2009-10-29 23:47:05 -05:00
parent bc2ab12f99
commit 4b14b35208
17 changed files with 626 additions and 48 deletions

View File

@@ -237,3 +237,15 @@ EXPORTS
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 @207
png_benign_error @208
png_benign_chunk_error @209
png_set_benign_error @210
png_get_io_chunk_name @211
png_get_io_state @212
png_set_premultiply_alpha @213
png_get_chunk_cache_max @214
png_set_chunk_cache_max @215
png_check_cHRM_fixed @216
png_calloc @217