fast image operations
Find a file
ImgBotApp 6a46fb082d
[ImgBot] Optimize images
/src/small_cat.png -- 89.08kb -> 75.68kb (15.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-09-21 10:40:53 +00:00
benches use iai 2023-09-07 10:02:44 +07:00
src [ImgBot] Optimize images 2023-09-21 10:40:53 +00:00
.gitignore init 2023-09-05 06:45:23 +07:00
Cargo.toml add image scaling 2023-09-21 10:35:58 +07:00
LICENSE init 2023-09-05 06:45:23 +07:00
README.md update readme 2023-09-21 10:43: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
  • nearest neighbor scaling
  • triangle drawing
  • simple line drawing
  • box drawing
  • thick box drawing
  • thick line drawing
  • polygon drawing