https://bugzilla.wikimedia.org/show_bug.cgi?id=19073
--- Comment #2 from Jools Smyth <[email protected]> 2009-06-04 00:32:20 UTC --- Created an attachment (id=6190) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6190) patch to implement a graphicsmagick option Here is my patch against 1.14.0 that implements a new variable $wgUseGraphicsMagick. It uses the config values from the imagemagick config like $wgUseGraphicsMagick = true; $wgImageMagickConvertCommand = "/usr/bin/gm"; This is just one way to implement it, and I'm not suggesting it is the best way. it is more useful than using the custom command as it handles the differing compression for png/jpeg quality as well as other workarounds for animated gifs etc. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
