in reply to Copy a png image

Assuming you want to merge the images and not replace the generated png with another one, you could use Image::Magick module to do that (IIRC you can use the 'Coalesc' method, see the docs).

If you do want to copy the image file, use the (standard) File::Copy module.

Replies are listed 'Best First'.
Re^2: Copy a png image
by Nalina (Monk) on Aug 02, 2004 at 10:14 UTC
    Can Image::Magick module be installed using ppm? I tried 'ppm install image-magick'. But image-magick.ppd is not there in perl repository. Please give me the url to install it.

    Thanks & Regards

    Nalina
        I didn't find any 'convert' tool in 'the image magick site'. How do I use this command?

        Thanks & Regards

        Nalina