Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:pixel

54 #include "MagickWand/pixel-wand-private.h"
186 % pixel.
285 % pixel.
321 % MagickAdaptiveThresholdImage() selects an individual threshold for each pixel
877 % o threshold: the pixel wand.
976 % pixel.
1013 % by the bordercolor pixel wand.
1025 % o bordercolor: the border color pixel wand.
1190 % pixel.
1425 % o method: the pixel interpolation method.
1562 % MagickColorizeImage() blends the fill color with each pixel in the image.
1573 % o colorize: the colorize pixel wand.
1575 % o alpha: the alpha pixel wand.
1776 % and returns the maximum bounding region of any pixel differences it
2292 % o pixel_wand: the pixel wand.
2323 % MagickConstituteImage() adds an image to the wand comprised of the pixel
2324 % data you supply. The pixel data must be in scanline order top-to-bottom.
2347 % o map: This string reflects the expected ordering of the pixel array.
2358 % o pixels: This array of values contain the pixel components as defined by
2432 % and returns the maximum bounding region of any pixel differences it
2835 % o radius: the radius of the pixel neighborhood.
2885 pixel.
3109 % MagickExportImagePixels() extracts pixel data from an image and returns it
3133 % o map: This string reflects the expected ordering of the pixel array.
3144 % o pixels: This array of values contain the pixel components as defined by
3282 % MagickFloodfillPaintImage() changes the color value of any pixel that matches
3284 % specified, the color value is changed for any neighbor pixel that does not
3297 % o fill: the floodfill color pixel wand.
3299 % o fuzz: By default target must match a particular pixel color
3306 % o bordercolor: the border color pixel wand.
3310 % o invert: paint any pixel that does not match the target color.
3464 % o alpha_color: the frame color pixel wand.
3573 % MagickFxImage() evaluate expression for each pixel in the image.
3678 % pixel.
4222 % o mean: The mean pixel value for the specified channel(s).
4266 % o minima: The minimum pixel value for the specified channel(s).
4268 % o maxima: The maximum pixel value for the specified channel(s).
4740 % MagickGetImageDistortions() compares one or more pixel channels of an
5116 % of pixel wands returned.
5403 % MagickGetImagePixelColor() returns the color of the specified pixel.
5414 % o x,y: the pixel offset into the image.
5678 % pixel stream.
5842 % MagickGetImageVirtualPixelMethod() returns the virtual pixel method for the
6275 % o method: the pixel interpolation method.
6309 % MagickImportImagePixels() accepts pixel datand stores it in the image at the
6311 % MagickTrue if an error is encountered. The pixel data can be either char,
6333 % o map: This string reflects the expected ordering of the pixel array.
6344 % o pixels: This array of values contain the pixel components as defined by
6394 % o interpolate: the pixel interpolation method.
6703 % the center pixel.
7175 % the center pixel.
7287 pixel;
7293 PixelGetMagickColor(background,&pixel);
7294 images=NewMagickImage(wand->image_info,width,height,&pixel,wand->exception);
7414 % painting. Each pixel is replaced by the most frequent color occurring
7462 % MagickOpaquePaintImage() changes any pixel that matches color with the color
7477 % o fill: the fill pixel wand.
7479 % o fuzz: By default target must match a particular pixel color
7486 % o invert: paint any pixel that does not match the target color.
7571 % the previous frames in the animation. Any pixel that does not change the
7637 % with a ordered 3x3 diffused pixel dither being applied between each
7839 % o method: the pixel interpolation method.
8070 % pixel value and its quantized value.
8149 % pixel value and its quantized value.
8295 % the intensity of each pixel compared to threshold. The result is a
8797 % o background: the background pixel wand.
8835 % MagickSampleImage() scales an image to the desired dimensions with pixel
9005 % pixel.
9046 % grayscale image. A channel is a particular color component of each pixel
9241 % o matte: the alpha pixel wand.
9280 % o background: the background pixel wand.
9364 % o border: the border pixel wand.
9490 pixel;
9496 PixelGetMagickColor(color,&pixel);
9497 return(SetImageColor(wand->images,&pixel,wand->exception));
10213 % MagickSetImageInterpolateMethod() sets the image interpolate pixel method.
10224 % o method: the image interpole pixel methods: choose from Undefined,
10822 % MagickSetImageVirtualPixelMethod() sets the image virtual pixel method.
10833 % o method: the image virtual pixel method : UndefinedVirtualPixelMethod,
10922 % o gray: A value other than zero shades the intensity of each pixel.
11024 % pixel.
11134 % o background: the background pixel wand.
11308 % the center pixel.
11574 % pixel
11587 % o radius: Choose a random pixel in a neighborhood of this extent.
11621 % MagickStatisticImage() replace each pixel with corresponding statistic from
11635 % o width: the width of the pixel neighborhood.
11637 % o height: the height of the pixel neighborhood.
11813 % degrees indicates the sweep of the arc through which each pixel is moved.
11827 % o method: the pixel interpolation method.
11921 % the intensity of each pixel compared to threshold. The result is a
12027 % MagickTintImage() applies a color vector to each pixel in the image. The
12041 % o tint: the tint pixel wand.
12043 % o alpha: the alpha pixel wand.
12144 % MagickTransparentPaintImage() changes any pixel that matches color with the
12163 % o fuzz: By default target must match a particular pixel color
12170 % o invert: paint any pixel that does not match the target color.
12302 % o fuzz: By default target must match a particular pixel color
12341 % MagickUniqueImageColors() discards all but one of any pixel color.
12398 % pixel.
12508 % o method: the pixel interpolation method.
12557 % o threshold: the pixel wand.