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

  /external/ImageMagick/MagickCore/
histogram.h 35 MinMaxStretchImage(Image *,const double,const double,const double,
histogram.c 872 % MinMaxStretchImage() uses the exact minimum and maximum values found in
892 % The format of the MinMaxStretchImage method is:
894 % MagickBooleanType MinMaxStretchImage(Image *image,const double black,
909 MagickExport MagickBooleanType MinMaxStretchImage(Image *image,
    [all...]
methods.h     [all...]
enhance.c 190 return(MinMaxStretchImage(image,0.0,0.0,1.0,exception));
    [all...]
  /external/ImageMagick/www/api/
histogram.php 55 <p class="text-center"><a href="histogram.php#GetImageHistogram">GetImageHistogram</a> &bull; <a href="histogram.php#IdentifyPaletteImage">IdentifyPaletteImage</a> &bull; <a href="histogram.php#IsHistogramImage">IsHistogramImage</a> &bull; <a href="histogram.php#IsPaletteImage">IsPaletteImage</a> &bull; <a href="histogram.php#MinMaxStretchImage">MinMaxStretchImage</a> &bull; <a href="histogram.php#GetNumberColors">GetNumberColors</a> &bull; <a href="histogram.php#UniqueImageColors">UniqueImageColors</a></p>
132 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/histogram_8c.html" id="MinMaxStretchImage">MinMaxStretchImage</a></h2>
134 <p>MinMaxStretchImage() uses the exact minimum and maximum values found in each of the channels given, as the BlackPoint and WhitePoint to linearly stretch the colors (and histogram) of the image. The stretch points are also moved further inward by the adjustment values given.</p>
144 <p>The format of the MinMaxStretchImage method is:</p>
147 MagickBooleanType MinMaxStretchImage(Image *image,const double black,

Completed in 392 milliseconds