HomeSort by relevance Sort by last modified time
    Searched refs:AutoGammaImage (Results 1 - 11 of 11) sorted by null

  /external/ImageMagick/MagickCore/
enhance.h 28 AutoGammaImage(Image *,ExceptionInfo *),
methods.h 114 #define AutoGammaImage PrependMagickMethod(AutoGammaImage)
115 #define AutoGammaImage PrependMagickMethod(AutoGammaImage)
    [all...]
enhance.c 98 % AutoGammaImage() extract the 'mean' from the image and adjust the image
101 % The format of the AutoGammaImage method is:
103 % MagickBooleanType AutoGammaImage(Image *image,ExceptionInfo *exception)
112 MagickExport MagickBooleanType AutoGammaImage(Image *image,
    [all...]
  /external/ImageMagick/www/api/
enhance.php 55 <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>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/enhance_8c.html" id="AutoGammaImage">AutoGammaImage</a></h2>
59 <p>AutoGammaImage() extract the 'mean' from the image and adjust the image to try make set its gamma appropriatally.</p>
61 <p>The format of the AutoGammaImage method is:</p>
64 MagickBooleanType AutoGammaImage(Image *image,ExceptionInfo *exception)
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
magick-image.c 766 status=AutoGammaImage(wand->images,wand->exception);
    [all...]
mogrify.c 892 (void) AutoGammaImage(*image,exception);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 78 milliseconds