libsixel icon indicating copy to clipboard operation
libsixel copied to clipboard

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).

Results 68 libsixel issues
Sort by recently updated
recently updated
newest added

[2020-01-30-img2sixel.gif.zip](https://github.com/saitoha/libsixel/files/4133185/2020-01-30-img2sixel.gif.zip) (SHA1: 2f4c111513a1f9eed9583d3318c3987fe7fe77f9) Tested commit: 6a5be8b72d84037b83a5ea838e17bcf372ab1d5f Credit: Henri Salo Tools: [american fuzzy lop](http://lcamtuf.coredump.cx/afl/) 2.53b, [afl-utils](https://github.com/rc0r/afl-utils) Notes: looks similar to #122 ``` $ ./bin/img2sixel --high-color 2020-01-30-img2sixel.gif AddressSanitizer:DEADLYSIGNAL ================================================================= ==10369==ERROR: AddressSanitizer: SEGV...

Is there any chance of libsixel supporting true color (i.e., 24-bit color) in the future? If it managed to get this feature, we could have incredibly high-quality images on-terminal. I...

enhancement

add LICENSE files to dist archive.

If a PNG file is sixel-encoded with `img2sixel` using argument `-e` (monochrome) the first column of the output image is missing: ``` $ img2sixel -e image.png > image.sixel ``` (This...

bug

When encoding a ARGB8888 image 2 times in sequence, then the output from the second call is wrong and differs from the first call. I've observed, that sometimes the image...

So, [I asked the tmux people ](https://github.com/tmux/tmux/issues/1613) if they would be willing to add even a marginal amount of support for libsixel, and they pretty much dismissed it out of...

I am using libsixel compiled from from git with xterm. That works fine but the -I option of img2sixel (so 15bit true color) is producing some corrupted images. I always...

Libquvi is a dependency if you want to stream video but there hasn't been any activity since 2013. This makes me want to believe that project is dead. I'm not...

Maybe you'd like to add mintty to your supporting terminal list on the libsixel project page. I've added a gnuplot screenshot to the mintty home page http://mintty.github.io/ and I'd like...

bug

I am stuck trying to figure out if there is a good way in the libsixel code to skip drawing sixels that contain the same pixels as the previously drawn...