Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

Class Gregwar\Image\Adapter\Imagick contains 1 abstract method and must therefore be declared abstract or implement the remaining methods #167

Closed oojacoboo closed 8 months ago

oojacoboo commented 4 years ago

Class Gregwar\Image\Adapter\Imagick contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Gregwar\Image\Adapter\AdapterInterface::saveWebp)

doxt3r commented 8 months ago

You need to install imagick php extension and also imagemagick package in your system to fix this issue. source: https://stoorm.org/article/probleme-class-gregwarimageadapterimagick-contains-1-abstract-method-and-must-therefore-be-declared-abstract-or-implement-the-remaining-methods

oojacoboo commented 8 months ago

@doxt3r AKAIK this issue was already resolved. I don't see how your suggestion makes sense as a resolution for this namespaced lib. Anyway, closing this out.