1) $h=$w/$q; else $w=$h*$q; header('Content-type: image/jpeg'); $thumb = imagecreatetruecolor($w, $h); $source = imagecreatefromjpeg($s); imagecopyresized($thumb, $source, 0, 0, 0, 0, $w, $h, $width, $height); imagejpeg($thumb); ?>