/Image-Set-Processing-Tool

An application that performs image manipulations on a set of image files and outputs them

Primary LanguageC#

Image Set Processing Tool

An application that performs image manipulations on a set of image files and outputs them to a folder.
*Important : Uses python 3.5


If you have a large set of images on which you want to perform basic manipuations on , this tool will allow you to do that


In the command panel type in commands in an order that you seem fit
eg: blur 24 brightness 20 contrast 1.2
The above instruction is carried out in order along with the parameters
List of commands :

  • blur
  • blackandwhite
  • brightness
  • contrast
  • laplace

  • For blur, brightness, contrast additional parameters after the operation has to be mentioned such as brightness value or blur strength

    Whereas for blackandwhite and laplace no such argument is needed