Function rexiv2::is_iptc_tag
source · [−]Expand description
Indicates whether the given tag is part of the IPTC domain.
Examples
assert!(rexiv2::is_iptc_tag("Iptc.Application2.Subject"));
assert!(!rexiv2::is_iptc_tag("Xmp.dc.Title"));