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