$source=@ImageCreateFromJpeg($filename);
$tmp_img=ImageCreateTrueColor($width,$height); ImageCopyResized($tmp_img,$source,0,0,0,0,$width,$ height,imagesx($source),imagesy($source));
imagejpeg($tmp_img,$filenamethumbnail);
Ciao!
$source=@ImageCreateFromJpeg($filename);
$tmp_img=ImageCreateTrueColor($width,$height); ImageCopyResized($tmp_img,$source,0,0,0,0,$width,$ height,imagesx($source),imagesy($source));
imagejpeg($tmp_img,$filenamethumbnail);
Ciao!
"Le uniche cose che sbagli sono quelle che non provi a fare."
Atipica