mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
117 stars 3 forks source link

Integrate with photon-rs for more image adjustments #42

Open mateuszmigas opened 5 months ago

mateuszmigas commented 5 months ago

Is your feature request related to a problem? Please describe. Currently, the app only has two adjustments: sepia and grayscale. It needs more.

Describe the solution you'd like Try to integrate with some existing library that already has these adjustments, like https://docs.rs/photon-rs/latest/photon_rs/

Describe alternatives you've considered Writing these adjustments by hand.

Additional context Make sure that if you include any libraries, it does not significantly increase the bundle size.

mateuszmigas commented 3 months ago

Currently on hold, awaiting the new version of this library to support the wasm-bindgen feature.