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.
PhMagick information
Re: PhMagick information
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( )
Classes soon get forgotten and I would go with Imagick or Imagemagick using exec( )