ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearMetadataHead Class : setIPTC Method |
The user does not need to know exact location of IPTC metadata in the metadata tree. If IPTC metadata doesn't exist in the metadata tree, the method returns null.
You can add IPTC metadata to a metadata tree, if it was not present, by creating a new instance of com.accusoft.imagegear.formats.iptc.ImGearIPTCMetadata class and assigning it using setIPTC method. However, this only allowed if metadata tree's target format is compatible with IPTC. Currently, two target formats support IPTC metadata: TIFF and JPEG.
public void setIPTC( ImGearFormatMetadata value ) |