https://github.com/anshap1719/web-image
A crate for easy interop between web APIs and DynamicImage from `image-rs`
https://github.com/anshap1719/web-image
image js-sys rust wasm wasm-bindgen web-sys webassembly
Last synced: 4 months ago
JSON representation
A crate for easy interop between web APIs and DynamicImage from `image-rs`
- Host: GitHub
- URL: https://github.com/anshap1719/web-image
- Owner: anshap1719
- Created: 2024-04-28T14:52:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T18:18:17.000Z (over 1 year ago)
- Last Synced: 2025-04-28T18:56:12.236Z (about 1 year ago)
- Topics: image, js-sys, rust, wasm, wasm-bindgen, web-sys, webassembly
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.