web-image

Crates.ioweb-image
lib.rsweb-image
version
sourcesrc
created_at2024-04-28 13:53:16.25717
updated_at2025-02-12 18:14:45.789433
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
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 11

cargo fmt