libsixel
libsixel copied to clipboard
img2sixel: First column missing for monochromatic encoded (-e) output
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 also means that the actual width of the sixel image is therefore image_width - 1.)