Searched refs:LevelizeImage (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
H A Denhance.h40 LevelizeImage(Image *,const double,const double,const double,ExceptionInfo *),
H A Dmethods.h688 #define LevelizeImage PrependMagickMethod(LevelizeImage) macro
689 #define LevelizeImage PrependMagickMethod(LevelizeImage) macro
H A Denhance.c2362 % LevelizeImage() below.
2523 % LevelizeImage() applies the reversed LevelImage() operation to just
2528 % LevelizeImage() can be called with by using a +level command line
2536 % The format of the LevelizeImage method is:
2538 % MagickBooleanType LevelizeImage(Image *image,const double black_point,
2554 MagickExport MagickBooleanType LevelizeImage(Image *image,
2775 status&=LevelizeImage(image,black_color->red,white_color->red,1.0,
2782 status&=LevelizeImage(image,black_color->green,white_color->green,1.0,
2789 status&=LevelizeImage(image,black_color->blue,white_color->blue,1.0,
2797 status&=LevelizeImage(imag
2539 MagickExport MagickBooleanType LevelizeImage(Image *image, function
[all...]
/external/ImageMagick/www/api/
H A Denhance.php55 <p class="text-center"><a href="enhance.php#AutoGammaImage">AutoGammaImage</a> &bull; <a href="enhance.php#AutoLevelImage">AutoLevelImage</a> &bull; <a href="enhance.php#BrightnessContrastImage">BrightnessContrastImage</a> &bull; <a href="enhance.php#ClutImage">ClutImage</a> &bull; <a href="enhance.php#ColorDecisionListImage">ColorDecisionListImage</a> &bull; <a href="enhance.php#ContrastImage">ContrastImage</a> &bull; <a href="enhance.php#ContrastStretchImage">ContrastStretchImage</a> &bull; <a href="enhance.php#EnhanceImage">EnhanceImage</a> &bull; <a href="enhance.php#EqualizeImage">EqualizeImage</a> &bull; <a href="enhance.php#GammaImage">GammaImage</a> &bull; <a href="enhance.php#GrayscaleImage">GrayscaleImage</a> &bull; <a href="enhance.php#HaldClutImage">HaldClutImage</a> &bull; <a href="enhance.php#LevelImage">LevelImage</a> &bull; <a href="enhance.php#LevelizeImage">LevelizeImage</a> &bull; <a href="enhance.php#LevelImageColors">LevelImageColors</a> &bull; <a href="enhance.php#LinearStretchImage">LinearStretchImage</a> &bull; <a href="enhance.php#ModulateImage">ModulateImage</a> &bull; <a href="enhance.php#NegateImage">NegateImage</a> &bull; <a href="enhance.php#The NormalizeImage">The NormalizeImage</a> &bull; <a href="enhance.php#SigmoidalContrastImage">SigmoidalContrastImage</a></p>
454 <p>If a '!' flag is given, map black and white colors to the given levels rather than mapping those levels to black and white. See LevelizeImage() below.</p>
489 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/enhance_8c.html" id="LevelizeImage">LevelizeImage</a></h2>
491 <p>LevelizeImage() applies the reversed LevelImage() operation to just the specific channels specified. It compresses the full range of color values, so that they lie between the given black and white points. Gamma is applied before the values are mapped.</p>
493 <p>LevelizeImage() can be called with by using a +level command line API option, or using a '!' on a -level or LevelImage() geometry string.</p>
497 <p>The format of the LevelizeImage method is:</p>
500 MagickBooleanType LevelizeImage(Image *image,const double black_point,
/external/ImageMagick/Magick++/lib/Magick++/
H A DInclude.h1371 using MagickCore::LevelizeImage;
/external/ImageMagick/Magick++/lib/
H A DImage.cpp3437 (void) LevelizeImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo);
3447 (void) LevelizeImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo);
/external/ImageMagick/MagickWand/
H A Doperation.c2625 (void) LevelizeImage(_image,black_point,white_point,gamma,_exception);
H A Dmogrify.c2001 (void) LevelizeImage(*image,black_point,white_point,gamma,

Completed in 2588 milliseconds