cropImage($new_width, $new_height, 0, 0); $image->setImageFormat('png'); header('Content-type: image/png'); echo $image; ?>