Getting metadata values embedded in image
Posted: 2019-05-21T11:18:59-07:00
Hi there,
I'm looking to get the icc:description from the metadata but having trouble doing so.
I tried the exifprofiles but the values I need are not there.
Below is the sample metadata I need.
Hoping someone can help.
I'm looking to get the icc:description from the metadata but having trouble doing so.
I tried the exifprofiles but the values I need are not there.
Code: Select all
ExifProfile exifProfile = image.GetExifProfile();
Code: Select all
icc:copyright: Copyright 1999 Adobe Systems Incorporated
icc:description: Adobe RGB (1998)
icc:manufacturer: Adobe RGB (1998)
icc:model: Adobe RGB (1998)