fast image operations
Find a file
2024-12-14 10:04:51 +07:00
benches make tri() take ff32's 2023-11-01 18:57:42 +07:00
data add text to show() 2023-11-09 07:28:37 +07:00
src replace 2024-12-14 10:04:51 +07:00
tdata some small changes 2024-05-06 11:11:58 +07:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml fix bad transmute (???) and extern crate test 2024-05-18 19:06:00 +07:00
LICENSE optimize repeat 2024-01-22 21:40:45 +07:00
README.md blur 2023-11-01 09:09:20 +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
  • blur