https://bugzilla.wikimedia.org/show_bug.cgi?id=9497
--- Comment #22 from Derrick Coetzee <[email protected]> 2011-08-27 05:53:35 UTC --- Also, I've updated pngscale now to handle upscaling of PNGs as well (with bilinear filtering), so it drops nicely into the patch I've just submitted. To test, I built pngscale from: git checkout git://github.com/dcoetzee/pngscale.git and installed in /usr/bin. I then configured my test Mediawiki server with: $wgMaxShellFileSize = 100000000; $wgCustomConvertCommandsByExtension['png'] = "/usr/bin/pngscale %s %d %w %h"; To use this on WMF servers they would have to be similarly configured. In tests it was indeed much faster than ImageMagick convert and used a lot less memory. Feedback on patch is welcome. -- 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
