Alcemist Histogram Values

Does anyone one know how to read the histogram values produced by Achemist

2 Likes

Indexes are luminosity levels on scale 0-255
The value of each item is the number of pixels with that luminosity.

2 Likes

So in the above screenshot, there are 5400 pixels with a luminosity value of 13

Is this correct @Jarda

1 Like

yes that is correct…

1 Like

Thank You @Jarda I should be able to use those values now.

Bonus question :slight_smile:
I didn’t notice this, but is there a way to get separate histograms for R, G and B channels?

Yes. Instead of document instance, you will ask the channel for histogram. So histogram of e.g. red channel.

1 Like

One thing you need to note here is that histogran readings can only be assumed to be fully accurate if the Cache Level is ‘1’. This can be achieved by selecting ‘Uncashed Refresh’ from the histogram menu. (Check that the stated number of pixels is equal to w x h.)

I had a situation where the histograms looked wrong and the standard deviations were around 30 for the colour channels. When I did direct calculations on the source data I got standard deviations of around 50. The histograms only looked right and only gave standard deviations of 50 when I forced Cache level 1. It took me days to uncover this. Basically higher levels of cache, means that pixels have been averaged. If the image is smoothed then no problem,but not otherwise.

1 Like