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 can confirm that on my php -m imagick is installed properly
I can also use imagick in the terminal.
I have required ext-imagick on my composer.json.
When i try to process an SVG image it fails with this message
Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files.
weird because in my config/image.php
driver is set to imagick.
I don't know why it still keeps using GD and failing because gd does not support svg
here's the actual file
https://foodat.ph/img/FoodatWhite.svg
imagemagick version 7.0.7-25 imagick pecl 3.4.4
you can check my php.ini here https://foodat.ph/
thank you
The text was updated successfully, but these errors were encountered:
I can confirm that on my php -m imagick is installed properly
I can also use imagick in the terminal.
I have required ext-imagick on my composer.json.
When i try to process an SVG image it fails with this message
Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files.
weird because in my config/image.php
driver is set to imagick.
I don't know why it still keeps using GD and failing because gd does not support svg
here's the actual file
https://foodat.ph/img/FoodatWhite.svg
imagemagick version 7.0.7-25 imagick pecl 3.4.4
you can check my php.ini here
https://foodat.ph/
thank you
The text was updated successfully, but these errors were encountered: