You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Laravel application that uses Grafika and had been working for months if not years.
Without touching anything in my code, I installed the ImageMagick php extension and now I get this error:
Error:
Call to undefined method GdImage::getPixelIterator()
at /srv/www/iframe.xxxx.com/vendor/kosinix/grafika/src/Grafika/Imagick/Filter/Dither.php:60
at Grafika\Imagick\Filter\Dither->diffusion()
(/srv/www/iframe.xxxx.com/vendor/kosinix/grafika/src/Grafika/Imagick/Filter/Dither.php:40)
at Grafika\Imagick\Filter\Dither->apply()
(/srv/www/iframe.xxxx.com/vendor/kosinix/grafika/src/Grafika/Imagick/Editor.php:38)
at Grafika\Imagick\Editor->apply()
(/srv/www/iframe.xxxx.com/app/IFrame/Application.php:132)
The mere act of adding the ImageMagick extension (without modifying my code to use it in any way) has made this error appear.
The text was updated successfully, but these errors were encountered:
I have a Laravel application that uses Grafika and had been working for months if not years.
Without touching anything in my code, I installed the ImageMagick php extension and now I get this error:
The mere act of adding the ImageMagick extension (without modifying my code to use it in any way) has made this error appear.
The text was updated successfully, but these errors were encountered: