#effect #photon #image #offset #input #png #filter

photon-effects

扩展photon,方便使用效果函数的库

2个版本 (1个稳定版)

1.0.0 2021年11月17日
0.1.0 2021年11月16日

#8 in #photon

MIT 许可证

32KB
259

photon-effects

photon-effects 是 photon-rs 的扩展,便于在图像或图像目录上应用滤镜效果。

一些示例

extern crate photon_effects;
 
let input = "/tmp/logo.png";
let output_dir = "/tmp/";

photon_effects::multiple_offsets(
  input, 
  output_dir, 
  "logo_multiple_offsets.png",
  30,
  0,
  2
).expect("Couldn't create multiple_offsets image");

结果

crates.io

docs.rs

依赖项

~22MB
~376K SLoC