Hi Folks
I will soon be generating a lot of SVG images as text strings, and I'd
like to feed these in to ImageMagick, in Perl, like this:
my($s) = '<?xml...> <svg ...> <g ...> <path ... /> </g> </svg>';
my($i) = Image::Magick -> new();
my($r) = $i -> Read("svg:$s");
die $r if $r;
I could not get that to work, and I can't see it documented in Anthony's
Usage pages under the section on gradient: and plasma: etc.
Any chance of implementing that one day }:-)?
--
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users