my $i = Image::Magick-> new( magick => 'svg' ); $i-> BlobToImage( do { undef $/; } ); $i-> Write( 'junk.png' ); # to test