Help for this page

Select Code to Download


  1. or download this
    sub createImageMagickThumb {
    
        my  $filename = shift || '';
    ...
        print "Content-Type: text/html\n\n";
        print "outputpath => '$imgdir/thumb.$filename'";
    }