ob_start(); ImageJpeg($im); $c = ob_get_contents(); ob_end_clean(); file_put_contents('image.jpg',$c);