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

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

Open JulesGM opened 2 years ago

JulesGM commented 2 years ago

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.

JulesGM commented 2 years ago

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

aaronliu0130 commented 2 years ago

@stefanhaustein Good first issue, try it?