saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.49k stars 83 forks source link

Experimental support for 1bpp PNG #1

Closed saitoha closed 10 years ago

saitoha commented 10 years ago

@ttdoda reported that the following command fails.

curl -s http://mail.iwmt.org/~sue/tmp/sn.png | img2sixel

This patch fix it.