I have a folder with a series of images, what I would like to do is apply a histogram equalize to all images in the folder based on the properties of the first image. I looked at the
Code: Select all
–equalize
Basically all I want to do is have all images in a folder with similar brightness and contrast as I am using them in a video sequence. The images are from a timelapse camera so the variations are just in over/underexposure and I’d like to smooth them out between each image.
I would like to run this from a command line in an existing batch file.
Perhaps there is a better way of doing this. Any advice appreciated.
I did find this link, but I don’t know how to install the histmatch script.
http://superuser.com/questions/664500/n ... e-sequence
Thanks in advance