Update README.md

This commit is contained in:
Stefan Haustein 2017-07-09 22:03:16 +02:00 committed by GitHub
parent 49a75654cb
commit 8f302929ca

View File

@ -1,6 +1,6 @@
# TerminalImageViewer
Small Java program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphic characters; a C++ port is available at https://github.com/stefanhaustein/tiv
Small Java\* program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphic characters.
Algorithm (for each 4x8 pixel cell mapped to a unicode block graphics character):
@ -9,6 +9,7 @@ Algorithm (for each 4x8 pixel cell mapped to a unicode block graphics character)
3. Average the colors above and below and create a corresponding bitmap for the cell
3. Compare the bitmap to the assumed bitmaps for various unicode block graphics characters
\*) C++ port available at at https://github.com/stefanhaustein/tiv
## Usage