[libpng15] Simplified read/write API initial version; basic read/write tested

on a variety of images, limited documentation (in the header file.)
This commit is contained in:
John Bowler
2011-11-07 22:33:49 -06:00
committed by Glenn Randers-Pehrson
parent 92a1d46c8d
commit 7875d534cb
13 changed files with 2186 additions and 32 deletions

View File

@@ -239,3 +239,10 @@ EXPORTS
png_get_cHRM_XYZ_fixed @231
png_set_cHRM_XYZ @232
png_set_cHRM_XYZ_fixed @233
png_image_begin_read_from_file @234
png_image_begin_read_from_stdio @235
png_image_begin_read_from_memory @236
png_image_finish_read @237
png_image_free @238
png_image_write_to_file @239
png_image_write_to_stdio @240