ChrisBuilds
ChrisBuilds
Glad to hear it. The idea of infinitely looping effects is cool. I'll need to consider which existing effects could be modified and what new effects could be made explicitly...
> i have the same request. how about an option to ignore the input colors and just do the animation? I may be misunderstanding but do you mean produce a...
> It somehow modifies the (color) values of \033 ANSI sequences (eg. echo -e "\033[48;5;89mtest" | tte --no-color slide) It doesn't actually process the sequences. It's treating that whole line...
> Output the unmodified stream (i.e. without applying any effect) if we detect any unwanted terminal sequences Perhaps, but I think we would end up with reports from folks thinking...
Just an update on this, the 0.12.0 dev branch has added support for preexisting 8/24 bit foreground and background color sequences. Support for this feature has to be added to...
Interesting, can you post a screenshot of what that output looks like without running through TTE? And does this bug happen for all effects?
Based on some preliminary profiling, there may be something going on with this particular effect that is resulting in especially poor performance as the dimensions increase. I'll dig into it...
Support for randomly choosing an effect has been added to the 0.13.0 branch. https://github.com/ChrisBuilds/terminaltexteffects/commit/22ed10a9f2bcd43bc80e6e245a7f0547efc16e25
Hmm, does the terminal support the ansi escape sequences in this module? https://github.com/ChrisBuilds/terminaltexteffects/blob/main/terminaltexteffects/utils/ansitools.py If so, it should just be a matter of adding an option to specify the character encoding....
Interesting. I'll have to explore the impact wide characters have on effect logic. I'll check this out when I get some time. Thanks.