Modified version of code found at www.php.net from spamhole at gmx dot at Modified by Nick Vrtis and by Stefano Locati
Tags:
return:
array from GETIMAGESIZE. Or false if GD not installed or conversion was not successful. Add's imginfo[4] which has the correct suffix to the filename It also renames the original input file to have the suffix.
Parameters:
in_file
$in_file
the name of the input file
out_file
$out_file
the name of the input file
width
$width
new width -- if it's 0 it will be resized proportionally on height
height
$height
new height -- if it's 0 it will be resized proportionally on width