Results 105 comments of Hayaki Saito

@kdsjZh I cherry-picked libsixel@e6d658d (as 003f9c7) and confirmed that this issue has been fixed. Thank you. cc: [dankamongmen](https://github.com/libsixel/libsixel/commits?author=dankamongmen)

@leo-arch Thanks for the suggestion! I think it would be tricky to implement this in **img2sixel** for a couple of reasons: 1. The `-w` and `-h` options are used by...

@shinibufa @j4james Thank you very much. I believe the reason I hadn't noticed this issue until now is that the test suite executed by make check did not include any...

I'd like to close this issue as @ctrlcctrlv's 76b491d7 has been merged. Thank you very much.

The issue was fixed in [39c2de0](https://github.com/saitoha/libsixel/commit/39c2de0b3972b7a5a784b5c4cc33a210e8483d8d). To minimize performance impact, a different approach was taken compared to [libsixel/libsixel#26](https://github.com/libsixel/libsixel/pull/26). Thank you!

Modified examples/drawing to work with XTerm pl#401. It also supports SGR-Pixels. (a7c8ee33d1aaca812ed9d58abf43df6d157b2f9b)

@j4james Thank you! I’ve applied your patch on the `pr-133` branch and I’m testing it now.

The undither filter may be most valuable as a first stage before CNN filter like `waifu2x`, improving the accuracy of subsequent processing plain sixel images - especially with small palettes...

@j4james I appreciate your input --- based on this proposal, I agree that {0, 1, 0} should be the default setting. That said, we’ll probably need to introduce a command-line...

@optionGo Thanks for the report. I’ve applied the fix to the `develop` branch; it will be merged into `master` at the next release. Also, would you consent to us adding...