mattn / go-sixel

DRCS/Sixel Encoder/Decoder
MIT License
152 stars 11 forks source link

gosr produces jagged up images, img2sixel works #9

Open diamondburned opened 5 years ago

diamondburned commented 5 years ago

gosr

img2sixel

Reproducing

  1. git clone https://github.com/vizs/stixel && cd stixel
  2. git checkout 1d19252
  3. make
  4. ./st
  5. gosr astolfo.png

This does not happen with a patched xterm.

Original image: https://media.discordapp.net/attachments/361916911682060289/569426543777153044/astolfo.png

diamondburned commented 5 years ago

gosr

img2sixel

Reproducing

Same steps above, but with Charles' st commit e6ddd6e

mattn commented 5 years ago

I could not reproduce this on Windows mintty.

image

diamondburned commented 5 years ago

Can you try the above st fork and a Linux system?