wasm_resize_rgba 0.7.0

esm modules for image resizing using the CatmullRom (hq) or Hamming methods, with sync and async (worker) versions
Documentation
  • Coverage
  • 50%
    2 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 115.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 411.38 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • packurl/wasm_resize_rgba
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • programingjd

crates.io

WASM libs for resizing an rgba ImageData.

This is a based on a fork of the fast_image_resize rust crate.

Compilation:

cargo build --release

Wasm file optimization:

wasm-opt --dce --vacuum -Os target/wasm32-unknown-unknown/release/wasm_avif.wasm -o avif.wasm