Deprecated API


Contents
Deprecated Classes
magick.ProfileInfo
          This class is only needed for the old (ImageMagick 5.5.7 ?) methods get/setColorProfile() and get/setIptcProfile(). Recommended is to use the new generic methods getImageProfile() and setImageProfile() instead 
 

Deprecated Methods
magick.MagickImage.setGrayscale()
          Use QuantizeInfo with MagickImage.quantizeImage to acheive the same effect.