Function rexiv2::is_exif_tag
source · [−]Expand description
Indicates whether the given tag is from the Exif domain.
Examples
assert!(rexiv2::is_exif_tag("Exif.Photo.FocalLength"));
assert!(!rexiv2::is_exif_tag("Iptc.Application2.Subject"));