https://bugzilla.wikimedia.org/show_bug.cgi?id=9497
Derrick Coetzee <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Derrick Coetzee <[email protected]> 2011-08-22 23:57:44 UTC --- I've created a new tool to help fix this bug, at: https://github.com/dcoetzee/pngscale My description: pngscale is a specialized tool for scaling down of PNG files to create thumbnails. It works scanline by scanline, so it's memory-efficient even on extremely large PNG images, taking only about 11 MB of RAM in experiments. It is also faster than ImageMagick convert, particularly on large images, running about twice as fast on a 50 megapixel file. It produces 24-bpp RGB thumbnails of palettized and 16-bit images and 8-bpp grayscale thumbnails of grayscale images. It has not been tested with progressive or interlaced images, and cannot upscale images. Error messages are currently English-only. Compatibly licensed (MIT/X11). I have not done the work to integrate this tool into Mediawiki yet. If anyone has an interest and would like to do so that would be great - otherwise I can do it and post a patch here. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
