djvu-pixmap 0.19.0

RGBA and grayscale pixmap types used by DjVu rendering
Documentation
1
2
3
4
5
6
7
8
9
# djvu-pixmap

RGBA and grayscale pixmap types used by DjVu rendering.

This crate is part of the `djvu-rs` workspace. It exposes `Pixmap` and
`GrayPixmap` so codec/render crates can avoid depending on the umbrella
`djvu-rs` crate.

The types build with `default-features = false` for no_std consumers.