pub fn get_tag_label(tag: &str) -> Result<String>
Get a short label for a tag.
assert_eq!(rexiv2::get_tag_label("Iptc.Application2.Subject"), Ok("Subject".to_string()));