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
trafficstars

It compiles but it seems it crashes... need to figure out why

Since repo was archived all discussion was shut down https://github.com/libsixel/libsixel https://github.com/Kreijstal/libsixel issues and discussions are enabled

`have` is not a standard unix/bash command. Trying to tab complete with image2sixel results in the following printed to stderr: ``` bash: have: command not found ```

When converting an image to sixel, we need to create a palette that best represents all the colors in the image before performing the dithering. I noticed two problems with...

I tried in ttyd on Linux running and mouse was not detected: Drawing Example This example suggests how to implement the interaction among SIXEL terminals and pointer devices. https://github.com/saitoha/libsixel/tree/master/examples/drawing [![drawing](https://raw.githubusercontent.com/saitoha/libsixel/data/data/drawing.png)](https://youtu.be/2-2FnoZp4Z0)...

This applies to the code in PR #133 that was merged into the libsixel/libsixel fork in https://github.com/libsixel/libsixel/pull/5. More details in https://github.com/libsixel/libsixel/issues/72. I'm posting here because that fork is now dead,...

Would it be possible to implement an option to set the size of an image as columns x rows instead of width and height in pixels? For example, instead of...