< Previous | Contents | Next >

source_image (image, required)

An Image object which will provide the pixels used for the calculations. At least one image is required, but additional images can be specified as well.

process ( function, required)

A function which will be executed for each pixel in the range specified by earlier arguments. The function will be passed three or more arguments in the form function(x, y, p1, ...) where x and y are the coordinates of the pixel and the remaining arguments are Pixel objects from each of the source images.