esimov / caire

Content aware image resize library
MIT License
10.36k stars 384 forks source link

Clear ANSI Colors after final print #53

Closed rsynnest closed 5 years ago

rsynnest commented 5 years ago

Green ANSI color \x1b[92 is left set as part of the final print, as described in #42, #27, and #23. This commit resets ANSI color to \x1b[0m (no attributes) after final status message.

esimov commented 5 years ago

Merged it back to master. Thanks.