newImage($width, $height, 'white', 'JPG'); return $image; } protected function generateGdImage($image) { imagejpeg($image); imagedestroy($image); } }