Searched defs:ContrastStretchImage (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Denhance.c998 % ContrastStretchImage() is a simple image enhancement technique that attempts
1005 % The format of the ContrastStretchImage method is:
1007 % MagickBooleanType ContrastStretchImage(Image *image,
1024 MagickExport MagickBooleanType ContrastStretchImage(Image *image,
3654 return(ContrastStretchImage(image,black_point,white_point,exception));
1016 MagickExport MagickBooleanType ContrastStretchImage(Image *image, function
H A Dmethods.h210 #define ContrastStretchImage PrependMagickMethod(ContrastStretchImage) macro
211 #define ContrastStretchImage PrependMagickMethod(ContrastStretchImage) macro

Completed in 970 milliseconds