reflow_pixel 0.2.1

Pure-Rust pixel operations for Reflow image/video processing actors. Wasm-safe.
Documentation
  • Coverage
  • 82.89%
    63 out of 76 items documented0 out of 36 items with examples
  • Size
  • Source code size: 71.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 909.23 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • offbit-ai/reflow
    17 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • darmie

reflow_pixel

Pure-Rust pixel operations for Reflow image and video actors — resize, convert, blend, channel swizzle. Wasm-safe.

Most users should depend on reflow_rt which re-exports this crate as reflow_rt::pixel. Direct use is appropriate when writing custom image-processing actors that target both native and Wasm.

What it provides

  • RGBA / RGB / grayscale pixel helpers without pulling a native image codec.
  • Format conversions used internally by reflow_components image and video actors.
  • Allocation-conscious helpers suitable for per-frame work.

Codec support (PNG / JPEG decode/encode) lives in actors inside reflow_components, not here — this crate is deliberately the lower-level primitive surface.

License

MIT OR Apache-2.0.