fast image operations
Find a file
2023-09-21 10:43:35 +07:00
benches use iai 2023-09-07 10:02:44 +07:00
src add image scaling 2023-09-21 10:35:58 +07:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml add image scaling 2023-09-21 10:35:58 +07:00
LICENSE init 2023-09-05 06:45:23 +07:00
README.md update readme 2023-09-21 10:43:35 +07:00
rust-toolchain.toml init 2023-09-05 06:45:23 +07:00

fimg

quick simple image operations

supported operations

  • overlay
  • rotation
  • flipping
  • nearest neighbor scaling
  • triangle drawing
  • simple line drawing
  • box drawing
  • thick box drawing
  • thick line drawing
  • polygon drawing