Help for this page
convert mylogo.bmp mylogo.jpg
#!/usr/local/bin/perl use Image::Magick; ... $x = $image->Write('x.png'); warn "$x" if "$x";