fast image operations
Find a file
2023-11-06 19:39:11 +07:00
benches make tri() take ff32's 2023-11-01 18:57:42 +07:00
src Revert "optimize rot90c" 2023-11-06 19:39:11 +07:00
tdata use clipline crate 2023-11-01 18:55:58 +07:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml add Image::show 2023-11-05 07:41:17 +07:00
LICENSE init 2023-09-05 06:45:23 +07:00
README.md blur 2023-11-01 09:09:20 +07:00
rust-toolchain.toml init 2023-09-05 06:45:23 +07:00

fimg

quick simple image operations

supported operations

  • overlay
  • rotation
  • flipping
  • image tiling
  • image scaling
  • triangle drawing
  • line drawing
  • box drawing
  • polygon drawing
  • circle drawing
  • text drawing
  • blur