stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
Other
1.56k stars 111 forks source link

Fix #101 #102

Closed aaronliu0130 closed 3 years ago

aaronliu0130 commented 3 years ago

Issue related to pull request Closes #101

How can we test this? Step by step instructions please.

git clone https://github.com/stefanhaustein/TerminalImageViewer.git
cd TerminalImageViewer/src/main/cpp
make
sudo make install

What happened before?

See #101

What should happen with this fix?

Experimental should be completely removed(other than teletype)

Anything else we should know about this patch?

Nothing.