Uses of Class
magick.ProfileInfo

Packages that use ProfileInfo
magick 

Uses of ProfileInfo in magick
 

Methods in magick that return ProfileInfo
ProfileInfoMagickImage.getColorProfile()
          Obtain the color profile from the image.
ProfileInfoMagickImage.getGenericProfile(int i)
          Return the generic profile specified by the index.
ProfileInfoMagickImage.getIptcProfile()
          Obtain the IPTC profile from the image.
 

Methods in magick with parameters of type ProfileInfo
voidMagickImage.setColorProfile(ProfileInfo profile)
          Set a new color profile for the image.
voidMagickImage.setIptcProfile(ProfileInfo profile)
          Set a new IPTC profile for the image.
 


JMagick