blocktronics / moebius

Modern ANSI & ASCII Art Editor
https://blocktronics.github.io/moebius/
Apache License 2.0
756 stars 41 forks source link

Option to Strip Same Color FG/BG Blocks #152

Open christianvozar opened 4 years ago

christianvozar commented 4 years ago

@bart-d has implemented the ability to "reveal" hidden text on 16c.

Example: https://16colo.rs/tags/content/hidden%2520text

A yellow "reveal" button is produced when an ansi has, most of the time, black on black indicating something hidden. However, some artists also just use black on black to erase which also produces this effect when the artist does not intend.

The feature would be something like a drop-drop option from the edit menu to strip hidden blocks which would lint the ansi file to remove black on black. Burps suggested this also be for any color on same color background allowing the user to remove hidden blocks that aren't intended.