Package magick
Class ProfileInfo
java.lang.Object
magick.ProfileInfo
Deprecated.
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
Class encapsulating some profile related to a image.
This class corresponds to the ProfileInfo structure in
the C API. ProfileInfo is currently used in the Image
structure to store the ICC and IPTC profiles.
- Author:
- Eric Yeo <ttey@yeo.nu>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.ProfileInfo
(String name, byte[] info) Deprecated.Constructor. -
Method Summary
-
Constructor Details
-
ProfileInfo
public ProfileInfo()Deprecated.Constructor. -
ProfileInfo
Deprecated.Constructor.- Parameters:
name
- name of the profileinfo
- the profile information
-
-
Method Details
-
getName
Deprecated.Get the profile name.- Returns:
- the profile name
-
setName
Deprecated.Set the profile name. -
getInfo
public byte[] getInfo()Deprecated.Get the profile info.- Returns:
- the profile info
-
setInfo
public void setInfo(byte[] info) Deprecated.Set the profile info.
-