A small Python tool for modfying a large number of images, with a focus on publishing to a website. Overall brightness, contrast, sharpness, and color can be adjusted to tone up/down an image to better match a website's theme. Options are available to set the maximum width, file output type, and whether or not to flip the image. All EXIF data is removed as well.
Requires Python3 and the Pillow library:
pip install pillow
Alternatively, run the included install.bat if on a Windows system.