Help for this page

Select Code to Download


  1. or download this
    perl -MGD -e"$im = new GD::Image(100,100);open $fh,'>','out.jpg';binmo
    +de $f; print $fh $im->jpeg"
    
  2. or download this
    use strict;
    use warnings;
    ...
    binmode $fh_both; 
    print $fh_both $im_gray->jpeg;