pub fn get_tag_label(tag: &str) -> Result<String>
Expand description

Get a short label for a tag.

Examples

assert_eq!(rexiv2::get_tag_label("Iptc.Application2.Subject"), Ok("Subject".to_string()));