/blob

Image editing application implemented in Rust

Primary LanguageRust

Blob - Image editing application

Ubuntu

Blob is an image editing software created in Rust.

Setup

Ubuntu

Install the following libraries to run the project:

> sudo apt-get install libglib2.0-dev libgtk-3-dev

Run

cargo command:

~/blob> cargo run --release

Additional

List of available methods (for now):

  • blur
  • brighten
  • crop
  • rotate
  • invert
  • grayscale
  • generate
  • fractal
  • median