Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/ac959131631dcf0ca93df80fb388e6e4 to your computer and use it in GitHub Desktop.
Save trycf/ac959131631dcf0ca93df80fb388e6e4 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
img = ImageRead('https://avatars1.githubusercontent.com/u/10973141?s=280&v=4')
</cfscript>
<cfoutput>
<img src="data:image/png;base64,#ToBase64(img)#">
</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment