Created
March 17, 2020 12:58
-
-
Save mobibob/2b07f8b1c73c4a9805b7a3de7102c7d8 to your computer and use it in GitHub Desktop.
HTML template to decode and display base64 TIFF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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