Help for this page

Select Code to Download


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