Update README.md
This commit is contained in:
parent
49a75654cb
commit
8f302929ca
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# TerminalImageViewer
|
# 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):
|
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. 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
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue