


  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  



  

    

      

        
../../index.html[ImageMagick] 
        

        
http://www.imagemagick.org/[sponsor] 
        

        
../../index.html 
        
../../index.html 
      

    

  


  

  


    

      

      
#mainSkip to page contents 

      
[
      
../../index.htmlAbout ImageMagick       
../../www/command-line-tools.htmlCommand-line Tools       
../../www/api.htmlProgram Interfaces   
][
      
../../www/install-source.htmlInstall from Source       
../../www/binary-releases.htmlBinary Releases       
../../www/resources.htmlResources   
][
      
../../www/download.htmlDownload   
][
      
../../www/links.htmlLinks   
][
      
../../www/sponsors.htmlSponsors   
http://www.desktopexchange.com/Desktop Wallpaper       
]
      


      

[ #ContrastImageContrastImage  | #EnhanceImageEnhanceImage  | #EqualizeImageEqualizeImage  | #GammaImageGammaImage  | #LevelImageLevelImage  | #ModulateImageModulateImage  | #NegateImageChannelNegateImageChannel  | #The NormalizeImageChannelThe NormalizeImageChannel  | #SigmoidalContrastImageChannelSigmoidalContrastImageChannel  ]
  
ContrastImage 
ContrastImage() enhances the intensity differences between the lighter and darker elements of the image.  Set sharpen to a MagickTrue to increase the image contrast otherwise the contrast is reduced.
The format of the ContrastImage method is:
  MagickBooleanType ContrastImage(Image *image,
    const MagickBooleanType sharpen)
A description of each parameter follows:
image
The image.
sharpen
Increase or decrease image contrast.
  
EnhanceImage 
EnhanceImage() applies a digital filter that improves the quality of a noisy image.
The format of the EnhanceImage method is:
  Image *EnhanceImage(const Image *image,ExceptionInfo *exception)
A description of each parameter follows:
image
The image.
exception
Return any errors or warnings in this structure.
  
EqualizeImage 
EqualizeImage() applies a histogram equalization to the image.
The format of the EqualizeImage method is:
  MagickBooleanType EqualizeImage(Image *image)
A description of each parameter follows:
image
The image.
  
GammaImage 
GammaImage() gamma-corrects a particular image channel.  The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen.  Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter.  Values typically range from 0.8 to 2.3.
You can also reduce the influence of a particular channel with a gamma value of 0.
The format of the GammaImage method is:
  MagickBooleanType GammaImageChannel(Image *image,
    const ChannelType channel,const double gamma)
A description of each parameter follows:
image
The image.
channel
The channel.
gamma
The image gamma.
  
LevelImage 
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. The parameters provided represent the black, mid, and white points.  The black point specifies the darkest color in the image. Colors darker than the black point are set to zero. Gamma specifies a gamma correction to apply to the image. White point specifies the lightest color in the image.  Colors brighter than the white point are set to the maximum quantum value.
The format of the LevelImage method is:
  MagickBooleanType LevelImageChannel(Image *image,
    const ChannelType channel,const char *levels)
A description of each parameter follows:
image
The image.
channel
The channel.
levels
Specify the levels where the black and white points have the range of 0-QuantumRange, and gamma has the range 0-10 (e.g. 10x90+2).
  
ModulateImage 
ModulateImage() lets you control the brightness, saturation, and hue of an image.  Modulate represents the brightness, saturation, and hue as one parameter (e.g. 90,150,100).  If the image colorspace is HSL, the modulation is luminosity, saturation, and hue.  And if the colorspace is HWB, use blackness, whiteness, and hue.
The format of the ModulateImage method is:
  MagickBooleanType ModulateImage(Image *image,const char *modulate)
A description of each parameter follows:
image
The image.
modulate
Define the percent change in brightness, saturation, and hue.
  
NegateImageChannel 
NegateImageChannel() negates the colors in the reference image.  The grayscale option means that only grayscale values within the image are negated.
The format of the NegateImageChannel method is:
  MagickBooleanType NegateImageChannel(Image *image,
    const ChannelType channel,const MagickBooleanType grayscale)
A description of each parameter follows:
image
The image.
channel
The channel.
grayscale
If MagickTrue, only negate grayscale pixels within the image.
  
The NormalizeImageChannel 
The NormalizeImageChannel() method enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available.
The format of the NormalizeImage method is:
  MagickBooleanType NormalizeImage(Image *image,
    const unsigned long channel)
A description of each parameter follows:
image
The image.
channel
The channel.
  
SigmoidalContrastImageChannel 
SigmoidalContrastImageChannel() adjusts the contrast of an image channel with a non-linear sigmoidal contrast algorithm.  Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows.  Contrast indicates how much to increase the contrast (0 is none; 3 is typical; 20 is pushing it); mid-point indicates where midtones fall in the resultant image (0 is white; 50 is middle-gray; 100 is black). Set sharpen to MagickTrue to increase the image contrast otherwise the contrast is reduced.
The format of the SigmoidalContrastImageChannel method is:
  MagickBooleanType SigmoidalContrastImageChannel(Image *image,
    const ChannelType channel,const MagickBooleanType sharpen,
    const double contrast,const double midpoint)
A description of each parameter follows:
image
The image.
channel
The channel.
sharpen
Increase or decrease image contrast.
contrast
control the "shoulder" of the contast curve.
midpoint
control the "toe" of the contast curve.
      

      
 
    

  

  

  

    
http://redux.imagemagick.org/discussion-serverDiscourse Server  |
    
../../www/mailing-list.htmlMailing Lists  |
    
http://redux.imagemagick.org/galleryImage Gallery  |
    
http://redux.imagemagick.org/MagickStudio/scripts/MagickStudio.cgiImageMagick Studio 
  

  

    
© 1999-2005 ImageMagick Studio LLC
  

  



