I use Imagick extension, but it doesn't give all common options form ImageMagick. Some methods doesn't work or doesn't work properly (like getImageWidth, getFormat, setGravity...). So what with another API's like MagickWand or phMagick? Anyone check 'em all? What Your opinion?

link|improve this question

feedback

1 Answer

I'm relatively sure all the PHP ImageMagick libraries work on top of the Imagick extension.

Another option would be to use exec or such to run the command-line image magick tool if that provides more features.

link|improve this answer
Nope. magickwand.org - there is no needed Imagick. – Kamilos Feb 10 at 12:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.