Image averaging functions
Contents
Image *AverageImages( Image *image, ExceptionInfo *exception );
The Average() method takes a set of images and averages them together. Each image in the set must have the same width and height. Average() returns a single image with each corresponding pixel component of each image averaged. On failure, a NULL image is returned and exception describes the reason for the failure.
The format of the AverageImage method is:
Image *AverageImages( Image *image, ExceptionInfo *exception );
A description of each parameter follows:
The image sequence.
Return any errors or warnings in this structure.
Copyright © GraphicsMagick Group 2002 - 2023