Skip to content

Instantly share code, notes, and snippets.

@corleonis
Created May 16, 2013 15:41
Show Gist options
  • Save corleonis/5592661 to your computer and use it in GitHub Desktop.
Save corleonis/5592661 to your computer and use it in GitHub Desktop.
Convert image data to inline image
<?php
echo '<img src="data:image/gif;base64,'.base64_encode($resource->getImage()).'"><br />';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment