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
1
2
3
4
5
6
7
8
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ImageBufferError {
    InvalidBufferSize,
    InvalidBufferAlignment,
}

#[derive(Debug, Clone, Copy)]
pub struct DifferentTypesOfPixelsError;