TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.18k stars 127 forks source link

Used RGBA for save-bg flag #27

Closed jpagny closed 2 years ago

jpagny commented 2 years ago

Hello !

First of all, i would like to congratulate you on your work ! Your tool is very funny !

I propose you to use RGBA instead of RGB for --save-bg flag. With my modifications, i can generate images (png) with a transparent background ( r, b, g, 0 ).

Thank you !

TheZoraiz commented 2 years ago

This looks solid. Idk why I never thought of using RGBA for transparency lol. Thanks for your contribution! I'll see to releasing this on all platforms asap :)

Edit: Updated title to fix flag name typo