fast image operations
Find a file
2023-10-02 16:40:30 +07:00
benches optimize Image::repeat 2023-10-02 13:30:35 +07:00
src remove unused nightly features 2023-10-02 16:40:30 +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 optimize Image::repeat 2023-10-02 13:30:35 +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