From 8f302929ca6477819bed04b67c4686e859c26ab0 Mon Sep 17 00:00:00 2001 From: Stefan Haustein Date: Sun, 9 Jul 2017 22:03:16 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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