Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:ContrastStretchImage

998 %  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));