Script for analyzing and sorting image files by color, brightness, details.
This script renames image files according to their:
- Brightness (amount and balance between left and right part of image).
- Detaliling (amount and balance between left and right part of image).
- Saturation (amount and balance between left and right part of image).
- Color tone, Hue (value).
Script allows to sort and filter out images with unwanted values of the parameters above (with too much or too little brightness, details, balance etc).
You can turn on the visualisation ("preview" in line 203) to see the measurements of image:
Above is the balance and below is the quantity of:
- CYAN - total balance
- WHITE - brightness
- GREEN - details
- RED - saturation
- Put the input images into 'input/' folder.
- Install skimage and numpy if necessary, run the script PictureAnalyzer.py.
- The output images will appear in the 'output/' folder.