public interface IIptc
Represents base operations to working with IPTC. See more: http://en.wikipedia.org/wiki/International_Press_Telecommunications_Council.
Modifier and Type | Method and Description |
---|---|
IptcCollection |
getIptc()
Gets the IPTC collection.
|
boolean |
hasIptc()
Gets a value indicating whether image contains IPTC IIM metadata.
|
void |
removeIptc()
Removes IPTC metadata from image.
|
void |
updateIptc(IptcCollection collection)
Updates IPTC metadata.
|
void |
updateIptc(IptcDataSet dataSet)
Updates specific IPTC dataset.
|
boolean hasIptc()
Gets a value indicating whether image contains IPTC IIM metadata.
true
if image has IPTC IIM metadata; otherwise, false
.IptcCollection getIptc()
Gets the IPTC collection.
IptcCollection
.void updateIptc(IptcCollection collection)
Updates IPTC metadata.
collection
- The collection.void updateIptc(IptcDataSet dataSet)
Updates specific IPTC dataset.
dataSet
- The data set.void removeIptc()
Removes IPTC metadata from image.
Copyright © 2018. All rights reserved.