@Deprecated public interface IIptc
Represents base operations intended to work with IPTC metadata.
Please find more information at <a href="http://en.wikipedia.org/wiki/International_Press_Telecommunications_Council">http://en.wikipedia.org/wiki/International_Press_Telecommunications_Council</a>
.
Modifier and Type | Method and Description |
---|---|
IptcCollection |
getIptc()
Deprecated.
|
IptcDataSetCollection |
getIptcValues()
Deprecated.
Gets the IPTC metadata package associated with the file.
|
boolean |
hasIptc()
Deprecated.
|
void |
removeIptc()
Deprecated.
|
void |
setIptcValues(IptcDataSetCollection value)
Deprecated.
Sets the IPTC metadata package associated with the file.
|
void |
updateIptc(IptcCollection collection)
Deprecated.
|
void |
updateIptc(IptcDataSet dataSet)
Deprecated.
|
IptcDataSetCollection getIptcValues()
Gets the IPTC metadata package associated with the file.
void setIptcValues(IptcDataSetCollection value)
Sets the IPTC metadata package associated with the file.
value
- The IPTC metadata package associated with the file.@Deprecated boolean hasIptc()
Gets a value indicating whether the image contains an IPTC IIM metadata.
true
if image has IPTC IIM metadata; otherwise, false
.@Deprecated IptcCollection getIptc()
Gets the IPTC collection.
IptcCollection
.@Deprecated void updateIptc(IptcCollection collection)
Updates IPTC metadata.
collection
- The collection.@Deprecated void updateIptc(IptcDataSet dataSet)
Updates specific IPTC dataset.
dataSet
- The data set.@Deprecated void removeIptc()
Removes IPTC metadata from image.
Copyright © 2020. All rights reserved.