Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 663 Bytes

i2u

Image-to-Unicode or i2u converts any gd importable image to 8/16/256 color terminal ANSI/Unicode codes

i2u is a C (re-)implemetation/extension of endreszabo's Python-based Image-to-ANSI-converter, available from GitHub at https://github.com/endreszabo/Image-to-ANSI-converter

Usage examples

i2u --infile nyan.png --colors 256 --format 32 --width 75 --bgcolor 0x003366 --newcolor 0x000000 --color-tolerance 40 i2u --help

Downloads

The files for this project may be downloaded from https://github.com/jszigetvari/i2u or the files may be cloned from git, using the following command: git clone git://github.com/jszigetvari/i2u