PhMagick information

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Hoxlegion
Posts: 1
Joined: 2016-11-02T01:52:10-07:00
Authentication code: 1151

PhMagick information

Post by Hoxlegion »

So I just recently started working with Imagick, I am working on an old project but here PhMagick is used.
But I saw that the features on phMagick are limited I need to know if it is going to be compatible with PHP 7 and if I can use filters like Lanczos using this wrapper.
The version that I currently used is 0.4.1

And if I should change what I should use Imagick or MagickWand.

Thanks for your time.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: PhMagick information

Post by Bonzo »

PhMagick is a class written to use Imagemagick and I would say nothing to do with the developers here. Whoever wrote the class will need to update it; unless you are happy to do so.
Classes soon get forgotten and I would go with Imagick or Imagemagick using exec( )
Post Reply