Search found 1 match
- 2018-07-05T04:39:48-07:00
- Forum: Users
- Topic: Extracting statistical information of image
- Replies: 4
- Views: 2177
Extracting statistical information of image
Hello (first post here) I have a large set of 3 channels images. I want to get the dynamic range of each of them. Final objective: a csv file holding something like: #file;red-min;red-max;red-mean;red-stddev;green-min;green-max;.... "Identify" gives me all these informations: $ Identify -verbose ...