width: $widthratio: $rationew width: $newwidth"; $small = ImageCreatetruecolor($newwidth, 96); imagecopyresized($small, $img, 0, 0, 0, 0, $newwidth, 96, $width, $height); header('Content-type: image/png'); ImagePng($small); }