fast image operations
Find a file
2023-10-04 11:34:14 +07:00
benches add Image::boxed 2023-10-04 11:34:14 +07:00
src add Image::boxed 2023-10-04 11:34:14 +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 use AsRef instead of Deref 2023-10-04 11:10:48 +07:00
LICENSE init 2023-09-05 06:45:23 +07:00
README.md optimize Image::repeat 2023-10-02 13:30: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
  • image tiling
  • nearest neighbor scaling
  • triangle drawing
  • simple line drawing
  • box drawing
  • thick box drawing
  • thick line drawing
  • polygon drawing
  • circle drawing