| Crates.io | web-image |
| lib.rs | web-image |
| version | 0.4.0 |
| created_at | 2024-04-28 13:53:16.25717+00 |
| updated_at | 2025-02-12 18:14:45.789433+00 |
| 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 | 25,211 |
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.