fast image operations
Find a file
2023-09-30 06:08:52 +07:00
benches optimize transposition for powers of two 2023-09-22 06:59:12 +07:00
src add Image::circle 2023-09-30 06:08:52 +07:00
tdata add Image::circle 2023-09-30 06:08:52 +07:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml add Image::circle 2023-09-30 06:08:52 +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