An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![preview image](./preview.png)
# 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).