Christoph Raitzig

Results 21 comments of Christoph Raitzig

Which version of jp2a are you using? The version on Homebrew is pretty old, better color support has been added in [v1.0.9](https://github.com/Talinx/jp2a/releases/tag/v1.0.9).

According to https://github.com/termstandard/colors#not-supporting-truecolor Terminal.app does not support 24-bit truecolor, therefore `pup.txt` does not work. That's currently my best guess. Unfortunately I don't have a Mac so I can't debug this...

jp2a can only use ASCII and thus thinks that _n_ Bytes must equal _n_ characters, which is not generally true for UTF-8. Using verbose output shows that: ``` Output palette...

Added UTF-8 support: https://github.com/Talinx/jp2a/commit/f7fc5ac7a3e8c7120de14949caca766271bc5685 😊🎉 UTF-8 is optional and the default, so If someone only wants ASCII, this can be done at compile time. This implementation is fast so there...

I fixed this bug: https://github.com/Talinx/jp2a/tree/fixOnePixelHeight The current behavior is that one line of characters will be output. This line seems to be empty regardless of the content of a 1...

> Em seg., 3 de fev. de 2020 às 10:20, Christoph Raitzig < [email protected]> escreveu: > I fixed this bug: https://github.com/Talinx/jp2a/tree/fixOnePixelHeight The current behavior is that one line of characters...

> Em segunda-feira, 3 de fevereiro de 2020, Christoph Raitzig < [email protected]> escreveu: > Em seg., 3 de fev. de 2020 às 10:20, Christoph Raitzig < ***@***.***> escreveu: I fixed...

> Em seg., 3 de fev. de 2020 às 20:15, Christoph Raitzig < [email protected]> escreveu: > Made a 1.0.8 release. Thank you very much! > Hi Christoph, I just uploaded...

I maintain jp2a [here](https://github.com/talinx/jp2a) and 1.0.8 is released. (1.0.9 adds truecolor support.) However [some distros use older versions](https://repology.org/project/jp2a/versions) still. Which distro/OS are you using?

@barracuda156 This issue is not a problem with [talinx/jp2a](https://github.com/talinx/jp2a), I think the port should switch to that repo to use the latest version of jp2a. Hopefully someone updates the port....