Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save VladimirCores/5df9026ccd882799ab43523d63b6d9b3 to your computer and use it in GitHub Desktop.

Select an option

Save VladimirCores/5df9026ccd882799ab43523d63b6d9b3 to your computer and use it in GitHub Desktop.
Convert image to base64 on mac with OpenSSL
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