quack icon indicating copy to clipboard operation
quack copied to clipboard

Aggregated greyscale statistics

Open tokee opened this issue 12 years ago • 3 comments

At any given level of the folder tree, it would be interesting to know the top X darkest and top Y brightest images.

The numbers for the individual images are already there as .grey-files, they just needs to be collected.

tokee avatar Nov 28 '13 20:11 tokee

An aggregated histogram for all images in a folder would be a nice extension.

tokee avatar Jan 09 '14 14:01 tokee

The folder view now supports sorting based on dark and light spikes. This is not recursive though, so it works poorly for locating outliers in deep tree structures.

tokee avatar Jan 13 '14 21:01 tokee

Since outliers in all stat types are potentially interesting, the full solution would require dynamic backend in order to scale properly with many files. Either the scope should be limited to a select few stats or the idea of aggregated statistics abandoned altogether.

tokee avatar Jan 21 '14 21:01 tokee