diff --git a/README.md b/README.md index edf707b..5384e17 100644 --- a/README.md +++ b/README.md @@ -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