saitoha / libsixel

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

It might be worthwhile to distribute `sixel_decode` as an example of C library decoding #152

Open ctrlcctrlv opened 3 years ago

ctrlcctrlv commented 3 years ago

The examples folder only deals with encoding, so I wrote an example of decoding:

https://github.com/ctrlcctrlv/sixel_decode