public class JpegRootPackage extends ImageRootPackage implements IXmp, IExif, IIptc
Represents the root package allowing working with metadata in a JPEG image.
Learn more
| Modifier and Type | Method and Description |
|---|---|
String[] |
detectBarcodeTypes()
Extracts the types of the barcodes presented in the image.
|
ExifPackage |
getExifPackage()
Gets the EXIF metadata package.
|
ImageResourcePackage |
getImageResourcePackage()
Gets the Photoshop Image Resource metadata package.
|
IptcRecordSet |
getIptcPackage()
Gets the IPTC metadata package.
|
MakerNotePackage |
getMakerNotePackage()
Gets the MakerNote metadata package.
|
XmpPacketWrapper |
getXmpPackage()
Gets the XMP metadata package.
|
void |
removeImageResourcePackage()
Removes Photoshop Image Resource metadata package.
|
int |
sanitize()
Removes writable metadata properties from the package.
|
void |
setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
|
void |
setIptcPackage(IptcRecordSet value)
Sets the IPTC metadata package.
|
void |
setXmpPackage(XmpPacketWrapper value)
Sets the XMP metadata package.
|
getImageTypecopyTo, getFileType, isLicensedaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final String[] detectBarcodeTypes()
Extracts the types of the barcodes presented in the image.
public final ExifPackage getExifPackage()
Gets the EXIF metadata package.
getExifPackage in interface IExifLearn more
public final ImageResourcePackage getImageResourcePackage()
Gets the Photoshop Image Resource metadata package. Image resource blocks are the basic building unit of Photoshop native file format.
public final IptcRecordSet getIptcPackage()
Gets the IPTC metadata package.
getIptcPackage in interface IIptcLearn more
public final MakerNotePackage getMakerNotePackage()
Gets the MakerNote metadata package.
public final XmpPacketWrapper getXmpPackage()
Gets the XMP metadata package.
getXmpPackage in interface IXmpLearn more
public final void removeImageResourcePackage()
Removes Photoshop Image Resource metadata package.
public int sanitize()
Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.
sanitize in class RootMetadataPackagepublic final void setExifPackage(ExifPackage value)
Sets the EXIF metadata package.
setExifPackage in interface IExifvalue - The EXIF metadata package.
Learn more
public final void setIptcPackage(IptcRecordSet value)
Sets the IPTC metadata package.
setIptcPackage in interface IIptcvalue - The IPTC metadata package.
Learn more
public final void setXmpPackage(XmpPacketWrapper value)
Sets the XMP metadata package.
setXmpPackage in interface IXmpvalue - The XMP metadata package.
Learn more
Copyright © 2026. All rights reserved.