I updated #exrtact with a new tool exrmean to find the #mean of a sequence of #EXR image files. Only works with float16 (half precision) R G B data, other channels are ignored. All images must have the same dimensions. Accumulation is done in float32 (single precision), output is float16 again.
I updated my #exrtact project (miscellaneous tools for #EXR image files) with a new program exrquantile that outputs data similar in purpose to a #histogram (it sorts the data from a given channel and outputs the values at regularly spaced counts, so you can easily read off the minimum, maximum, median, and other #quantile).
#quantile #histogram #exr #exrtact