Image-ExifTool - Re: ISO-statistic

Posted on Mon Sep 18 17:42:57 2006 by bozi in response to 3050 (See the whole thread of 9)
Re: ISO-statistic
Hi, What a wonderful Topic ... ;)
I was searching many hours und tried lots of tools to create statistics but i think the simplest way is:
exiftool -q -S -aperture . 2>/dev/null | grep -v ===== | sort| uniq -c | sort -nr
Of course, the win tool exifviewer 2.x outputs histogram graphs of the iso, aperture etc.
I think phils proposal with the export to a tab separated table is another good base to do such kind of stats.
My problem now is to build the graphs from the data at commandline!
bozi
Direct Responses: 3077 | Write a response