fast image operations
Find a file
2023-09-22 16:50:08 +07:00
benches optimize transposition for powers of two 2023-09-22 06:59:12 +07:00
src make drawing functions safe 2023-09-22 16:50:08 +07:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml make drawing functions safe 2023-09-22 16:50:08 +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