https://github.com/ikbencasdoei/image-mod
A experimental, remembering, work in progress image editor written in Rust.
https://github.com/ikbencasdoei/image-mod
egui image-processing rust rust-lang
Last synced: 7 months ago
JSON representation
A experimental, remembering, work in progress image editor written in Rust.
- Host: GitHub
- URL: https://github.com/ikbencasdoei/image-mod
- Owner: ikbencasdoei
- License: mit
- Created: 2022-09-09T23:53:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T21:51:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T07:41:56.374Z (8 months ago)
- Topics: egui, image-processing, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 5.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Image-mod
A experimental, remembering, work in progress image editor written in Rust.## Concept
Image-mod works using a dynamic combination of so-called modifiers: each representing a step in the editing process. This means that changes are never fixed and can always be removed, inserted, reordered and edited.## Technologies used
* [Rust](https://www.rust-lang.org/)
* [egui](https://www.egui.rs/)
* [image](https://github.com/image-rs/image)
* [Rfd](https://github.com/PolyMeilex/rfd)## Running
Like most other Rust crates, simply `cargo run`. The libraries used work cross-platform.
### Linux
For running on linux egui/eframe requires some [dependencies](https://github.com/emilk/egui/tree/master/crates/eframe).