web-image

Crates.ioweb-image
lib.rsweb-image
version0.3.0
sourcesrc
created_at2024-04-28 13:53:16.25717
updated_at2024-10-18 18:54:57.673119
descriptionA crate for easy interop between web APIs and DynamicImage from `image-rs`
homepagehttps://github.com/anshap1719/web-image
repositoryhttps://github.com/anshap1719/web-image
max_upload_size
id1223268
size14,813
Anshul Sanghi (anshap1719)

documentation

README

web-image

A Rust library to facilitate easy interop between the Web Image APIs and image-rs crate via web assembly.

Motivation

I wrote this crate for a use case where I needed to read and process images uploaded by the user but do so locally in the browser. The crate facilitates converting web images to Rust's image-rs crate.

Commit count: 9

cargo fmt