snibgo wrote:In a few places, the documentation says, "For use with -format, the value-escape %[fx: ] is evaluated just once for each image in the current image sequence." I suggest this is expanded: "When used with -set, value-escape %[fx: ] is evaluated once for every pixel
The
%[fx:] should be just once only for each image with i,j set to 0 and just the red channel used. That is how it was defined.
However their are some fx options that may require some identify settings, that could need to process all the pixels.
Specifically getting the min, max, and mean values of a image. However if it is implemented right it should only need to do that once only, and ONLY if requested.
A
%[pixel:] on the other hand is supposed to do just one value with all color channels.
Only the
-fx is suposed to process every pixel, over the specified
-channel range (though there was talk of allowing it to use
-region to limit how many pixels should be looked at.