%
% PolynomialImage() returns a new image where each pixel is the sum of the
% pixels in the image sequence after applying its corresponding terms
-% (coefficient and degree pairs) and a constant.
+% (coefficient and degree pairs).
%
% The format of the PolynomialImage method is:
%
next=GetNextImageInList(next);
}
for (x=0; x < (ssize_t) image->columns; x++)
- {
- MagickRealType
- constant;
-
- constant=(MagickRealType) terms[number_terms << 1];
- for (i=0; i < (ssize_t) GetPixelChannels(image); i++)
- polynomial_pixel[x].channel[i]+=constant;
- }
- for (x=0; x < (ssize_t) image->columns; x++)
{
register ssize_t
i;
"-morph value morph an image sequence",
"-mosaic create a mosaic from an image sequence",
"-poly terms build a polynomial from the image sequence and the corresponding",
- " terms (coefficients and degree pairs + constant).",
+ " terms (coefficients and degree pairs).",
"-print string interpret string and print to console",
"-process arguments process the image with a custom image filter",
"-smush geometry smush an image sequence together",
"-morph value morph an image sequence",
"-mosaic create a mosaic from an image sequence",
"-poly terms build a polynomial from the image sequence and the corresponding",
- " terms (coefficients and degree pairs + constant).",
+ " terms (coefficients and degree pairs).",
"-print string interpret string and print to console",
"-process arguments process the image with a custom image filter",
"-smush geometry smush an image sequence together",
\-hald-clut apply a Hald color lookup table to the image
\-morph value morph an image sequence
\- osaic create a mosaic from an image sequence
- \-poly terms build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs + constant)
+ \-poly terms build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs)
\-process arguments process the image with a custom image filter
\-separate separate an image channel into a grayscale image
\-smush geometry smush an image sequence together
\-hald-clut apply a Hald color lookup table to the image
\-morph value morph an image sequence
\-mosaic create a mosaic from an image sequence
- \-poly terms build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs + constant)
+ \-poly terms build a polynomial from the image sequence and the corresponding terms (coefficients and degree pairs)
\-process arguments process the image with a custom image filter
\-separate separate an image channel into a grayscale image
\-smush geometry smush an image sequence together