diff --git a/php/imageblob.php b/php/imageblob.php index b48cf6df..aaf2d210 100644 --- a/php/imageblob.php +++ b/php/imageblob.php @@ -10,9 +10,9 @@ $image->blurImage(30,50); $output = $image->getimageblob(); -$image->setImageFormat("jpeg"); +//$image->setImageFormat("jpeg"); -$image->imageWriteFile (fopen ("/static/images/thumbnails/".$_POST['id'].".jpg", "wb")); +//$image->imageWriteFile (fopen ("/static/images/thumbnails/".$_POST['id'].".jpg", "wb")); echo base64_encode($output); ?> \ No newline at end of file