Lines Matching refs:LevelImage
55 <p class="text-center"><a href="enhance.php#AutoGammaImage">AutoGammaImage</a> • <a href="enhance.php#AutoLevelImage">AutoLevelImage</a> • <a href="enhance.php#BrightnessContrastImage">BrightnessContrastImage</a> • <a href="enhance.php#ClutImage">ClutImage</a> • <a href="enhance.php#ColorDecisionListImage">ColorDecisionListImage</a> • <a href="enhance.php#ContrastImage">ContrastImage</a> • <a href="enhance.php#ContrastStretchImage">ContrastStretchImage</a> • <a href="enhance.php#EnhanceImage">EnhanceImage</a> • <a href="enhance.php#EqualizeImage">EqualizeImage</a> • <a href="enhance.php#GammaImage">GammaImage</a> • <a href="enhance.php#GrayscaleImage">GrayscaleImage</a> • <a href="enhance.php#HaldClutImage">HaldClutImage</a> • <a href="enhance.php#LevelImage">LevelImage</a> • <a href="enhance.php#LevelizeImage">LevelizeImage</a> • <a href="enhance.php#LevelImageColors">LevelImageColors</a> • <a href="enhance.php#LinearStretchImage">LinearStretchImage</a> • <a href="enhance.php#ModulateImage">ModulateImage</a> • <a href="enhance.php#NegateImage">NegateImage</a> • <a href="enhance.php#The NormalizeImage">The NormalizeImage</a> • <a href="enhance.php#SigmoidalContrastImage">SigmoidalContrastImage</a></p>
87 <p>The format of the LevelImage method is:</p>
448 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/enhance_8c.html" id="LevelImage">LevelImage</a></h2>
450 <p>LevelImage() adjusts the levels of a particular image channel by scaling the colors falling between specified white and black points to the full available quantum range.</p>
458 <p>The format of the LevelImage method is:</p>
461 MagickBooleanType LevelImage(Image *image,const double black_point,
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>
534 <p>LevelImageColors() maps the given color to "black" and "white" values, linearly spreading out the colors, and level values on a channel by channel bases, as per LevelImage(). The given colors allows you to specify different level ranges for each of the color channels separately.</p>