Update README.md
This commit is contained in:
parent
49a75654cb
commit
8f302929ca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user