Page 2 of 2

Re: median of a sequence of images operating pixel-by-pixel

Posted: 2010-11-29T11:34:30-07:00
by jmaroza
magick wrote:Ok, we'll need to build ImageMagick 6.6.6-1 for Windows and release it. We'll need a few days.
Ok magick, thanks for your prompt response, I was going crazy.

Re: median of a sequence of images operating pixel-by-pixel

Posted: 2010-11-29T22:57:12-07:00
by anthony
What is the -list option to see the methods available for evaluate-sequence?
I can not see anything in -list list that seems to match, and no list item is mentioned in the offical options page. http://imagemagick.org/script/command-l ... e-sequence

Also while 'add' seems to work the methods 'multiply' and 'divide' doesn't though they are accepted!

It is all very very strange.

I am writing this up in
http://www.imagemagick.org/Usage/layers ... e-sequence

Re: median of a sequence of images operating pixel-by-pixel

Posted: 2010-12-01T00:56:19-07:00
by anthony
median is working.
http://www.imagemagick.org/Usage/layers ... seq_median

It will take all the pixels at some location from each image, and sort them by intensity.
It will then select the 'middle' pixel from the sorted list.

NOTE that unlike 'max' or 'min' (whcih is equivelent to compose 'lighten' and 'darken') it will select the whole of the pixel, not just the individual red, green, blue components. that is the resulting image will never contain a new color that was not found in at least one of the images given.

See Lighten and Darken about how it can generate 'mixed' colors.
http://www.imagemagick.org/Usage/compose/#lighten

Re: median of a sequence of images operating pixel-by-pixel

Posted: 2010-12-02T03:45:38-07:00
by jmaroza
OK, -evaluate-sequence is working! Thanks a lot to the team and congratulations for a great work!

Re: median of a sequence of images operating pixel-by-pixel

Posted: 2017-11-30T16:39:44-07:00
by anthony
Necro-post split into new topic viewtopic.php?f=1&t=33163