#filter #photos #instagram #jpeg

bin+lib rustagram2

Apply instagram filters to your photos

3 stable releases

2.1.0 Oct 30, 2022
2.0.1 Oct 30, 2022
2.0.0 Oct 12, 2022

#645 in Images

Download history 3/week @ 2024-02-20 27/week @ 2024-02-27 44/week @ 2024-03-05

74 downloads per month

Unlicense/MIT

36KB
907 lines

Rustagram

Rustagram is a toy implementation of instgram-ish filters in Rust for fun and profit. Well no profit, but fun nonetheless.

Usage

  • cargo install rustagram
  • rustagram input.jpg 1977

Filters

Credits


lib.rs:

Rustagram - Apply instagram filters to your photos.

Example

use rustagram::{RustagramFilter, FilterType};

let img = image::open("myimage.png")?;
let modified = img.to_rgba8().apply_filter(FilterType::Valencia);

Dependencies

~13MB
~63K SLoC