Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created August 21, 2012 13:54
Show Gist options
  • Save saitoha/3415651 to your computer and use it in GitHub Desktop.
Save saitoha/3415651 to your computer and use it in GitHub Desktop.
VT340 Sixel Graphics Example (for RLogin/tanasinn/mlterm)
curl www.quadrantem.com/~k_wizard/vimprtan/20120423vimperator3.png | pngtopnm | pnmscale -xsize 200 | pnmquant 256 | ppmtosixel | perl -p -e 's/^\x90/\x1bP/' | perl -p -e 's/\x9C/\x1b\\/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment