mirror of
https://github.com/jhbruhn/catprint-rs.git
synced 2025-03-14 18:35:49 +00:00
printing things on a cat with rust
Add a CLI option to allow compression to be disabled--useful for unknown devices that don't support it. Also disables compression by default for devices that are known not to support it. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
catprint
You know it, the weird cat printer from AliExpress etc.
This is an implementation of device discovery and the protocol in Rust. It comes with a catprint
CLI util to feed the paper and print arbitrary images with different dithering algorithms available (or none/K-mean if you prefer).