stefanhaustein / TerminalImageViewer

Small C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(probably very easy) Allow picking background color for PNGs with transparency.

JulesGM opened this issue · comments

Right now, the background color of transparent images is made white automatically. It would be nice if one could input an RGB value as a command-line argument to specify a different color.

Would likely be very straightforward to implement for someone with knowledge of the project.

I wanted to mention that this project i very cool by the way!

@stefanhaustein Good first issue, try it?