magick
Class ProfileInfo
public class ProfileInfo
extends java.lang.Object
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.
byte[] | getInfo()- Get the profile info.
|
String | getName()- Get the profile name.
|
void | setInfo(byte[] info)- Set the profile info.
|
void | setName(String name)- Set the profile name.
|
ProfileInfo
public ProfileInfo()
Constructor.
ProfileInfo
public ProfileInfo(String name,
byte[] info) Constructor.
name - name of the profileinfo - the profile information
getInfo
public byte[] getInfo()
Get the profile info.
getName
public String getName()
Get the profile name.
setInfo
public void setInfo(byte[] info)
Set the profile info.
setName
public void setName(String name)
Set the profile name.