Page MenuHomePhabricator

Add support for Imagick PHP extension
Closed, ResolvedPublic

Description

Author: sadako

Description:
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.


Version: unspecified
Severity: enhancement

Attached:

Details

Reference
bz14706

Related Objects

StatusSubtypeAssignedTask
InvalidNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:14 PM
bzimport set Reference to bz14706.

yecarrillo wrote:

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. ***

Bryan.TongMinh wrote:

Assigning to me.

Bryan.TongMinh wrote:

Fixed in r83778. Only animated gifs are still broken.