Skip to content

Instantly share code, notes, and snippets.

@mobibob
Created March 17, 2020 12:58
Show Gist options
  • Save mobibob/2b07f8b1c73c4a9805b7a3de7102c7d8 to your computer and use it in GitHub Desktop.
Save mobibob/2b07f8b1c73c4a9805b7a3de7102c7d8 to your computer and use it in GitHub Desktop.
HTML template to decode and display base64 TIFF
<html>
<body>
<img src='data:image/tiff;base64, <manually paste tiff encoded as base64 here>' />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment