in reply to Converting PNG to JPEG
use Image::Magick;
p = new Image::Magick; p->Read("imagefile.png"); p->Write("filename.jpg"); [download]