http://qs321.pair.com?node_id=379173


in reply to Pretty graphics generation

system(convert svg2png.svg svg2png.png);
And you don't even have to do that, since ImageMagick has perl interface via Image::Magick.

Replies are listed 'Best First'.
Re^2: Pretty graphics generation
by Anonymous Monk on Jun 10, 2009 at 04:42 UTC
    I am converting sample.svg to samle.png using system(convert sample.svg sample.png). But the output png file is in full black color. Please help me Sharath