From 5b501786390ff9c19e91702c4b0ba84f85a3916a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 25 Nov 2015 21:10:16 +0100 Subject: [PATCH] Forgot to add files.. --- php/imageblob.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 php/imageblob.php 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