Last modified: 2011-03-12 19:33:54 UTC
Created attachment 5040 [details] Patch to add Imagick support I wrote up a patch which I believe adds support for Imagick. It doesn't quite produce the same output as running convert from the commandline, I can't really explain why since I used all the same flags. It could probably do with better error reporting too. The only reason I can really think of for using it over convert is on IIS/Windows, since by default the web server can't spawn external processes.
Keywords: patch, need-review
Your patch is for bitmaps. This is for Imagick support in SVG to PNG conversion: https://bugzilla.wikimedia.org/show_bug.cgi?id=18691
*** Bug 18691 has been marked as a duplicate of this bug. ***
Assigning to me.
Fixed in r83778. Only animated gifs are still broken.