Cross platform C# .NET metadata menagement API to read and extract metadata information of HEIF files.Work with metadata standards XMP, EXIF, IPTC, ID3 etc....names matching the specified regex const string pattern = "^author|company|(...*)$"; var regex = new System.Text.RegularExpressions.Regex(pattern...