Open
Description
Expected Behavior
Imagick can read an SVG image.
Current Behavior
It can't.
Possible Solution
Add the libmagickcore-6.q16-6-extra
package to the image.
Steps to Reproduce (for bugs)
php -i | grep "supported formats" | grep SVG
- See non-empty output.
Context
I'm using this image as a base for my CI pipelines with GitLab CI and my code uses ImageMagick to read an SVG image.
Your Environment
- Version used:
thecodingmachine/php:8.3-v4-cli
- Operating System and version: Docker
- Link to your project: https://github.com/elyby/accounts