Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endreszabo/Image-to-ANSI-converter
Converts any gd importable image to ANSI control codes for terminal representation
https://github.com/endreszabo/Image-to-ANSI-converter
Last synced: 3 days ago
JSON representation
Converts any gd importable image to ANSI control codes for terminal representation
- Host: GitHub
- URL: https://github.com/endreszabo/Image-to-ANSI-converter
- Owner: endreszabo
- Created: 2011-10-26T12:02:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-27T20:36:27.000Z (about 13 years ago)
- Last Synced: 2024-08-02T05:12:25.643Z (3 months ago)
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NAME
====Image to ANSI - Converts any gd importable image to terminal ANSI codes
SYNOPSIS
========python2 Image-to-ANSI-converter.py <16|256|irc> [imagefiles...]
16 or 256 or irc: number of colors to use. In case of 'irc' the output will be on stdout. Ideal for piping into xclip or irc client. IRC palette is based my own urxvt palette, YMMV.
u or n: unicode or normal characters, final images will be half in size if using unicodeDEPENDS
=======It requires the python bindings for the gd library (eg. http://aur.archlinux.org/packages.php?ID=27603).