Created
August 9, 2018 16:33
-
-
Save VladimirCores/5df9026ccd882799ab43523d63b6d9b3 to your computer and use it in GitHub Desktop.
Convert image to base64 on mac with OpenSSL
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
| openssl base64 -A -in <image_path> | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment