in reply to Re^2: Copy a png image
in thread Copy a png image

I don't know if Image::Magick is available as a ppm package (I hardly use windows), but if it isn't, you should be able to use the "convert" command line tool from the image magick site and call it directly using system(). Slightly less efficient, but easy enough.

Replies are listed 'Best First'.
Re^4: Copy a png image
by Nalina (Monk) on Aug 02, 2004 at 10:59 UTC
    I didn't find any 'convert' tool in 'the image magick site'. How do I use this command?

    Thanks & Regards

    Nalina