readImageBlob($url); $image->blurImage(30,50); $output = $image->getimageblob(); echo base64_encode($output); ?>