Imager.xs, Imager.pm
- each of the image formats now have their own test file,
extracted from t10formats.t, usually with som extra tests
- - Added flip() and docs to Imager.pm and i_flipxy to image.c.
+ - Added flip() and docs to Imager.pm and i_flipxy to image.c.
+ Added testcases too.
+ - Fixed an overflow bug in png.c
~~~~~~~~~~~~~^ ^ ^~~~~~~~~~~~~~
Tony Cook ( TonyC )
Claes Jacobson ( Claes )
Philip Gwyn ( Leolo )
+ Michael Slade ( Micksa )
Brad Murray ( HalfJack )
Nicholas Dronen ( Veblen )
Michael G Schwern ( Schwern )
}
/* read rest of file, and get additional chunks in info_ptr - REQUIRED */
- mm_log((1,"FOO!\n"));
-
png_read_end(png_ptr, info_ptr);
/* clean up after the read, and free any memory allocated - REQUIRED */
png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp)NULL);