Lines Matching refs:pixel
83 #include "MagickCore/pixel-accessor.h"
561 pixel;
582 GetPixelInfo(next,&pixel);
592 GetPixelInfoPixel(next,p,&pixel);
593 SetPixelViaPixelInfo(append_image,&pixel,q);
778 % returned, otherwise the pixel data is undefined and must be initialized
1041 % o geometry: define the dimensions of the source pixel rectangle.
1572 % image. A virtual pixel is any pixel access that is outside the boundaries
1777 % IsHighDynamicRangeImage() returns MagickTrue if any pixel component is
1849 pixel;
1857 pixel=(double) p[i];
1858 if ((pixel < 0.0) || (pixel > QuantumRange) ||
1859 (pixel != (double) ((QuantumAny) pixel)))
1924 % IsTaintImage() returns MagickTrue any pixel in the image has been altered
3156 % image and returns the previous setting. A virtual pixel is any pixel access
3168 % o virtual_pixel_method: choose the type of virtual pixel.
3543 % SyncImage() initializes the red, green, and blue intensities of each pixel
3896 option=GetImageOption(image_info,"virtual-pixel");