fast image operations
Find a file
2023-10-27 12:36:56 +07:00
benches add Image::boxed 2023-10-04 11:34:14 +07:00
src add a leak method 2023-10-27 12:36:56 +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 add a leak method 2023-10-27 12:36:56 +07:00
LICENSE init 2023-09-05 06:45:23 +07:00
README.md draw text 2023-10-26 19:59:19 +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
  • nearest neighbor scaling
  • triangle drawing
  • simple line drawing
  • box drawing
  • thick box drawing
  • thick line drawing
  • polygon drawing
  • circle drawing
  • text drawing