fast image operations
Find a file
2023-10-30 20:12:03 +07:00
benches more image scaling filters 2023-10-28 15:18:27 +07:00
src expand idk 2023-10-30 20:12:03 +07:00
tdata draw text 2023-10-26 19:59:19 +07:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml blended overlay 2023-10-30 16:16:49 +07:00
LICENSE init 2023-09-05 06:45:23 +07:00
README.md blended overlay 2023-10-30 16:16:49 +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