Searched refs:ContrastStretchImage (Results 1 – 11 of 11) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | enhance.h | 36 ContrastStretchImage(Image *,const double,const double,ExceptionInfo *),
|
D | methods.h | 198 #define ContrastStretchImage PrependMagickMethod(ContrastStretchImage) macro
|
D | enhance.c | 1551 MagickExport MagickBooleanType ContrastStretchImage(Image *image, in ContrastStretchImage() function 4119 return(ContrastStretchImage(image,black_point,white_point,exception)); in NormalizeImage()
|
D | display.c | 7872 (void) ContrastStretchImage(*image,black_point,white_point, in XMagickCommand()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1223 using MagickCore::ContrastStretchImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 2597 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); in contrastStretch() 2607 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo); in contrastStretchChannel()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 2152 (void) ContrastStretchImage(_image,black_point,white_point, in CLISimpleOperatorImage()
|
D | mogrify.c | 1305 (void) ContrastStretchImage(*image,black_point,white_point, in MogrifyImage()
|
D | magick-image.c | 2463 status=ContrastStretchImage(wand->images,black_point,white_point, in MagickContrastStretchImage()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7579 ContrastStretchImage = 190 in Mogrify() 10442 (void) ContrastStretchImage(image,black_point,white_point,exception); in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7578 ContrastStretchImage = 190 10448 (void) ContrastStretchImage(image,black_point,white_point,exception);
|