Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
QuantumBoy wrote:How can you have a threshold of a sequence of images?
Quite easily, though I never have until today.
Suppose you have two images of the same size. The output of "-evaluate-sequence threshold" is each pixel of the first image thresholded by the corresponding pixel of the second image. If you have a third image, this is used to threshold the previous result. And so on.