Crates.io | web-image |
lib.rs | web-image |
version | 0.3.0 |
source | src |
created_at | 2024-04-28 13:53:16.25717 |
updated_at | 2024-10-18 18:54:57.673119 |
description | A crate for easy interop between web APIs and DynamicImage from `image-rs` |
homepage | https://github.com/anshap1719/web-image |
repository | https://github.com/anshap1719/web-image |
max_upload_size | |
id | 1223268 |
size | 14,813 |
A Rust library to facilitate easy interop between the Web Image APIs and image-rs
crate via web assembly.
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.