Help for this page

Select Code to Download


  1. or download this
    
    GD Warning: one parameter to a memory allocation multiplication is neg
    +ative or zero, failing operation gracefully
    
    line 618
    
  2. or download this
    use strict;
    use warnings;
    ...
      print $out $resized->jpeg or die "unable to write jpg data!";
      close $out;
    }
    
  3. or download this
    # @files is ArrayOfArray
    # each element contains pic data as follow:
    ...
      # some display and tk stuff removed
    }
    ######################################################################
    +##########