Created
August 21, 2012 13:54
-
-
Save saitoha/3415651 to your computer and use it in GitHub Desktop.
VT340 Sixel Graphics Example (for RLogin/tanasinn/mlterm)
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
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