Lines Matching refs:pngwrite
10 split up pngwrite.c to several files
203 fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P)
293 fixed dimensions of "short_months" array in pngwrite.c
374 Moved png_convert_to_rfc_1123() from pngwrite.c to png.c
462 Added a check in pngwrite.c to detect invalid small window_bits sizes.
516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
576 Added code in pngwrite.c to work around a newly discovered zlib bug.
591 unknown chunks in pngwrite.c
826 Fixed bugs in pngwrite.c and pngwutil.c that prevented writing iCCP chunks.
857 Added png_flush() in pngwrite.c, after png_write_IEND().
885 Removed the png_flush() in pngwrite.c that crashes some applications
1517 Fixed out-of-order declaration in pngwrite.c that was introduced in beta9
2019 Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
2219 Declared png_ptr "volatile" in pngread.c and pngwrite.c to avoid warnings.
2274 pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
2380 Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
2518 Removed a harmless extra png_set_invert_alpha() from pngwrite.c