Class and Description |
---|
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
|
Method and Description |
---|
magick.MagickImage.setGrayscale()
Use QuantizeInfo with MagickImage.quantizeImage
to acheive the same effect.
|