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
Expected Behavior
Imagick can read an SVG image.
Current Behavior
It can't.
Possible Solution
Add the
libmagickcore-6.q16-6-extrapackage to the image.Steps to Reproduce (for bugs)
php -i | grep "supported formats" | grep SVGContext
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
thecodingmachine/php:8.3-v4-cli