Skip to content

Instantly share code, notes, and snippets.

@neolao
Created March 21, 2011 17:56
Show Gist options
  • Save neolao/879873 to your computer and use it in GitHub Desktop.
Save neolao/879873 to your computer and use it in GitHub Desktop.
$image = file_get_contents('/path/to/file');
$base64 = base64_encode($image);
echo 'data:image/png;base64,'.$base64."\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment