Created
April 15, 2013 10:13
-
-
Save kamilogorek/5387133 to your computer and use it in GitHub Desktop.
Convert image to base64
This file contains 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
with(document)with(i=querySelector('img'),createElement('canvas'))width=i.width,height=i.height,getContext('2d').drawImage(i,0,0),toDataURL() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment