|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2014-04-24 05:37 UTC] itsupport at struddys dot com dot au
Description: ------------ When using php5-imagick, linked images in an SVG are ignored, yet using convert from command line will process the linked images correctly. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
Imagemagick from command line correctly processes the linked images. Sorry, I should have added this line to the previous post. passthru("convert -background none red.svg generated/red.png"); Results in the correct output.