Base64 encode an image directly into your clipboard.
Run this from the command line or, as I do, from directly in vim.
Note: Change the image reference as needed (myImage.png)
echo -n `cat myImage.png` | base64 | pbcopy
Written by Benjamin Charity
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Image
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#