Help for this page
use GD; ... # Convert the image to PNG and print it on standard output print $im->jpeg;
[cmo@fedora ~]$ perl gdtest.pl > test.jpeg Can't locate object method "jpeg" via package "GD::Image" at gdtest.pl + line 29.