#sixel #image #libsixel #image-format

sys sixel-sys-static

FFI 绑定到 libsixel,静态链接

1 个不稳定版本

使用旧的 Rust 2015

0.3.2 2023年10月12日

#4 in #libsixel


3 个 crate 中使用 (通过 sixel-bytes)

MIT 许可证

4.5MB
34K SLoC

C 14K SLoC // 0.1% comments M4 9K SLoC // 0.2% comments Shell 8K SLoC // 0.2% comments Rust 1.5K SLoC // 0.0% comments C++ 1K SLoC // 0.1% comments Python 513 SLoC // 0.3% comments Automake 373 SLoC Perl 99 SLoC // 0.1% comments Ruby 31 SLoC // 0.1% comments

包含 (autotools obfuscated code, 540KB) libsixel/configure, (autotools obfuscated code, 205KB) libsixel/examples/opengl/configure, (obscure autoconf code, 24KB) libsixel/configure.ac, (autotools obfuscated code, 1KB) configure, (obscure autoconf code, 3KB) libsixel/examples/opengl/configure.ac

sixel-sys: Rust FFI 绑定到 libsixel

Crates.io License: MIT

sixel-sys crate 为 libsixel C 库提供声明和链接。此 crate 不提供对 libsixel 库的更高层次抽象。


lib.rs:

绑定到 libsixel

libsixel 是 DEC SIXEL 图形编码/解码实现

SIXEL 是 Digital Equipment Corp. (DEC) 介绍的打印机终端成像图像格式之一。其数据方案以终端友好的转义序列表示。因此,如果您想查看 SIXEL 图像文件,只需将其“cat”到终端即可。

有关更多信息,请参阅 其仓库

依赖项

~0–10MB
~106K SLoC