djvu-pixmap 0.17.0

RGBA and grayscale pixmap types used by DjVu rendering
Documentation
  • Coverage
  • 72.22%
    13 out of 18 items documented0 out of 11 items with examples
  • Size
  • Source code size: 8.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 402.76 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • matyushkin/djvu-rs
    5 0 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • matyushkin

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.