Help for this page

Select Code to Download


  1. or download this
    #example usage:
    # make_thumbnail_IM('/home/me/i.jpg', '/home/me/i2.jpg', 80, 'square',
    + 90);
    ...
        $img->Write($out);
        undef $img;
    }
    
  2. or download this
    #same thing, using GD libary
    
    sub make_thumbnail_GD{
    ...
        }
        
    }
    
  3. or download this
    #save it as index.cgi somewhere, chmod 0755
    #!/usr/bin/perl
    ...
                    return 1;
            }
    }