Skip to content

Instantly share code, notes, and snippets.

@mattlo
Created January 28, 2013 15:35
Show Gist options
  • Save mattlo/4656515 to your computer and use it in GitHub Desktop.
Save mattlo/4656515 to your computer and use it in GitHub Desktop.
Image to Base64 for OS X
#!/bin/bash
#Usage: `sh img64.sh <PATH_TO_IMAGE>`
echo -n 'input' | openssl base64 -in $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment