libsixel icon indicating copy to clipboard operation
libsixel copied to clipboard

img2sixel: First column missing for monochromatic encoded (-e) output

Open interkosmos opened this issue 5 years ago • 1 comments

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.)

interkosmos avatar Dec 12 '19 19:12 interkosmos