3 个稳定版本
2.1.0 | 2022年10月30日 |
---|---|
2.0.1 | 2022年10月30日 |
2.0.0 | 2022年10月12日 |
#638 in 图像
36KB
907 行
Rustagram
Rustagram 是一个 Rust 编写的 Instagram 风格滤镜玩具实现,旨在娱乐和盈利。好吧,没有盈利,但确实很有趣。
使用方法
cargo安装 rustagram
rustagram 输入.jpg1977
滤镜
鸣谢
- CSSgram by una for inspiration 👩🎨
- Alex Jodin from unsplash for the photo which can be found here 📸
lib.rs
:
Rustagram - 为您的照片应用 Instagram 滤镜。
示例
use rustagram::{RustagramFilter, FilterType};
let img = image::open("myimage.png")?;
let modified = img.to_rgba8().apply_filter(FilterType::Valencia);
依赖项
~5.5MB
~64K SLoC