Help for this page

Select Code to Download


  1. or download this
    my ($w,$h) = (`identify '$indir/$_'` =~ /(\d+)x(\d+)/);
    my $resize = ($w > $h ? "168x118" : "118x168");
    system("convert -size $resize -resize $resize '$indir/$_' '$outdir/$ou
    +tfile-small.jpg'") == 0 or die "Error converting";