#djvu #bitmap #pbm

no-std djvu-bitmap

Packed 1-bit bitmap type used by DjVu codecs

28 releases (11 breaking)

Uses new Rust 2024

0.27.0 Jul 12, 2026
0.25.0 Jul 6, 2026

#1481 in Images

Download history 46/week @ 2026-05-02 10/week @ 2026-05-09 6/week @ 2026-05-16 19/week @ 2026-06-13 14/week @ 2026-06-20 22/week @ 2026-06-27 23/week @ 2026-07-04 17/week @ 2026-07-11 28/week @ 2026-07-18 134/week @ 2026-07-25 311/week @ 2026-08-01

500 downloads per month
Used in 3 crates (2 directly)

MIT license

14KB
279 lines

djvu-bitmap

Packed 1-bit bitmap type used by DjVu codecs.

This crate is part of the djvu-rs workspace. It exposes the Bitmap type used by JB2, SMMR, render, and export code while allowing codec crates to avoid depending on the umbrella djvu-rs crate.

The type builds with default-features = false for no_std consumers.

No runtime deps

Features