Skip to content

Instantly share code, notes, and snippets.

@hernan604
Created March 12, 2014 20:44
Show Gist options
  • Save hernan604/9515882 to your computer and use it in GitHub Desktop.
Save hernan604/9515882 to your computer and use it in GitHub Desktop.
convert image to base64 with perl
perl -e 'use MIME::Base64 qw|encode_base64| ; use File::Slurp ; print encode_base64( read_file( $ARGV[0] ) )' /home/hernan/Downloads/quadrado_inclinado.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment