enhancement request to -average
Posted: 2010-03-05T10:22:28-07:00
I am working to speed up a script that uses a complex fx expression. I think I could speed it up dramatically, if IM had a weighted average of multiple images. The problem I have is in using -compose plus or minus, I get clipping at 0 or 1 between pairs of images.
I was wondering if this might be relatively easy?
Basically either change -average to have a list of weights for arguments, like -convolve's list of kernel values, in this case one positive or negative floating point weight (no normalization) for each image or make a new function -weighted-average that does the same.
Let me know if this is a big deal or not.
I am trying to develop a work around in the mean time.
I was wondering if this might be relatively easy?
Basically either change -average to have a list of weights for arguments, like -convolve's list of kernel values, in this case one positive or negative floating point weight (no normalization) for each image or make a new function -weighted-average that does the same.
Let me know if this is a big deal or not.
I am trying to develop a work around in the mean time.