girishg4t / image-processor

Manipulate digital images in various ways, such as enhancing, filtering, or analyzing them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image processor

cargo run infile.png outfile.png blur 2.5 invert rotate 180 brighten 10

...then your program would:

  • read infile.png
  • apply a blur of 2.5
  • invert the colors
  • rotate the image 180 degrees clockwise
  • brighten the image by 10
  • and write the result to outfile.png

About

Manipulate digital images in various ways, such as enhancing, filtering, or analyzing them


Languages

Language:Rust 100.0%