Skip to content

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

Notifications You must be signed in to change notification settings

girishg4t/image-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages