0

How can I programmatically detect if IPTC and GPS metadata is present in an image file in c#?

Using bitmapMetadat.GetQuery(/app13/irb/8bimiptc/iptc/) to detect results in a crash but has to be applied for each field. I'm looking for a way to detect of any IPTC or GPS fields are present

Jay Li
  • 31
  • 3
  • IPTC depends as per file format (JPEG, TIFF, PNG, PSD, JXL, HEIC...). GPS is no metadata - it exists [in Exif](https://en.wikipedia.org/wiki/Exif#Geolocation), which again depends on the file format how it is embedded and as such detectable. – AmigoJack Jan 08 '23 at 16:30

0 Answers0