From 24330bc9db0df0093c6ef78ea64adfb033ea510b Mon Sep 17 00:00:00 2001 From: sonodima Date: Tue, 3 Sep 2024 22:32:12 +0200 Subject: [PATCH] added future plans to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a64469a..642d8eb 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,9 @@ To build and bundle the application, run: ```sh cargo xtask bundle --release ``` + +## Future Plans and Ideas + +- [ ] Add new image manipulation filters (e.g. rotation, flip, waves???, distort???) +- [ ] Improve the export UX, allowing the user to choose the output resolution +- [ ] Implement an _"I feel lucky"_ button that loads a random image from the internet _(what could go wrong anyway?)_