vedo che in entrambi i casi nn si usa la procedura "classica":
Codice PHP:
<?php

list($width$height$type$attr) = getimagesize($_SERVER['DOCUMENT_ROOT'].'/foto/mydog.jpg');
$thumb imagecreatetruecolor(12090);
$source imagecreatefromjpeg($_SERVER['DOCUMENT_ROOT'].'/foto/mydog.jpg');
imagecopyresized($thumb$source000012090$width$height);
imagejpeg($thumb$_SERVER['DOCUMENT_ROOT']."/foto/mydog_thumb.jpg"75);
?>
mi guardo entrambi i link e poi vedo, anche se così devo rimettere parecchio mano a tutto il resto