libsixel
libsixel copied to clipboard
A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
# Description Heap-buffer-overflow in scale.c:214 scale_without_resampling() (SEGV) ## Case 1 Normal build ``` $ /home/oceane/libsixel_norm/libsixel/build/bin/img2sixel -r nearest -h 3 ./poc_min Segmentation fault ``` with ASan ``` $ /home/oceane/libsixel_asan/build_asan/bin/img2sixel -r nearest...
## libsixel/img2sixel attempting free on address which was not malloc() ### Description A bug was discovered in libsixel v1.8.6 that attempted to free an address that was not malloc() allocated...
The original documentation for creating, processing and interpreting SIXELs.
Is there any way to use libsixel with xterm -ti v340 in less?
Hello, Libsixel developers! We recently ran some fuzz testing on img2sixel 1.8.6 and encountered a SEGV bug. ## Command To Reproduce the bug: ./img2sixel --outfile ## Environment - OS: Ubuntu...
I've got this error. How can I resolve it? **Env** Windows10home WSL2 ubuntu22.04 **Command I used to install** ```bash git clone REPO_DIR cd REPO_DIR ./configure make make install ```
## Description ## There is a heap-buffer-overflow error in img2sixel 1.8.6 in error_diffuse, quant.c:876, which is invoked by diffuse_jajuni, quant.c:972 (different from #156). Remote attackers could leverage this vulnerability to...
``` make install .. Making install in python make[1]: Entering directory 'libsixel-git/src/libsixel/python' make[2]: Entering directory 'libsixel-git/src/libsixel/python' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p 'libsixel-git/pkg/libsixel-git/usr/lib/python3.12/site-packages/libsixel' /usr/bin/install -c -m 644...
On arch linux with `foot version: 1.18.1 +pgo +ime +graphemes -assertions` ``` img2sixel 1.10.3 configured with: libcurl: yes libpng: no libjpeg: no gdk-pixbuf2: yes GD: no ``` does not display...
For example, h=0, l=100, s=50 gives an RGB value of (128, 127, 128). Please see my fork for a correct implementation of hls_to_rgb.