4 releases

0.1.3 Dec 20, 2024
0.1.2 Feb 23, 2024
0.1.1 Sep 9, 2023
0.1.0 Sep 9, 2023

#44 in Graphics APIs

Download history 1184/week @ 2024-09-27 1493/week @ 2024-10-04 1412/week @ 2024-10-11 1005/week @ 2024-10-18 1121/week @ 2024-10-25 1010/week @ 2024-11-01 806/week @ 2024-11-08 702/week @ 2024-11-15 945/week @ 2024-11-22 1144/week @ 2024-11-29 1098/week @ 2024-12-06 1028/week @ 2024-12-13 1458/week @ 2024-12-20 1073/week @ 2024-12-27 1001/week @ 2025-01-03 1091/week @ 2025-01-10

4,732 downloads per month
Used in 34 crates (5 directly)

Custom license

685KB
2.5K SLoC

icy_sixel

For my projects I needed a rust sixel implementation. Unfortunately there aren't any. There are several wrapper around the great libsixel library - but I do not want to struggle with another C dependency.

https://github.com/saitoha/libsixel

So I decided to just port the part I need to rust - and here it is.

I need it to save sixels in IcyDraw. I've my own sixel loading routines - but when I'm in the mood I'll port the library completely. I don't plan to support images in any way. There are better libraries for rust available. Just the plain data.

Note: The dither stuff may be obsolete, for now it's in. Thanks to Hayaki Saito and all people who made libsixel possible.

It's likely that all other code paths that I use contain bugs so every feature need to be tested against the original libsixel. The original C code is very good & understandable so it's easy to extend from here.

Contributions welcome - I just translated the minimum I need for my projects.

Code translated from libsixel revision 6a5be8b72d84037b83a5ea838e17bcf372ab1d5f

No runtime deps