diff --git a/php/imageblob.php b/php/imageblob.php new file mode 100644 index 00000000..1422f8b1 --- /dev/null +++ b/php/imageblob.php @@ -0,0 +1,14 @@ +readImageBlob($url); + + +$image->blurImage(30,50); + +$output = $image->getimageblob(); + +echo base64_encode($output); +?> \ No newline at end of file