ZenphotoCMS Forum
You may find this interesting. - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: You may find this interesting. (/thread-5197.html)



You may find this interesting. - maersk - 2009-05-18

http://vitochin.blogspot.com/2009/05/gmagick-extension.html

not sure if adding support/integrating gmagick at this point is something you guys want to consider, however it does seem to have a lot of benefits over imagick. Cheers.




You may find this interesting. - sbillard - 2009-05-18

Mostly, adding support for this (or Imagick) is a matter of finding someone with working knowledge of the tool and time to spend on the implementation. If you fit that category, get the current development stream. All the image handling has been abstracted into a library. So what is needed is to create the equivalent to the lib-GD script for gmagick and place the appropriate decision code in functions-basic.php. (There is code there now to detect Imagick, but since we don't have the Imagick library, it loads lib-GD.php.




You may find this interesting. - maersk - 2009-05-18

Sounds like a plan, I'll try to work on it as time allows.




You may find this interesting. - sbillard - 2009-05-18

Thanks. You might want to create a ticket for this feature. Assign it to yourself and accept it so that people can know there is (might be) some activity with regards to it.