You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to extract metadata profiles (im looking at Exif right now) in a human-readable form?
It seems to me that making the values readable (array type values especially) outside of the ImageSharp assembly would be complicated since a lot of the classes and enums are marked internal.
Would be really nice if we had something like ExifProfile.ToJsonString()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everybody,
is there a way to extract metadata profiles (im looking at Exif right now) in a human-readable form?
It seems to me that making the values readable (array type values especially) outside of the ImageSharp assembly would be complicated since a lot of the classes and enums are marked internal.
Would be really nice if we had something like
ExifProfile.ToJsonString()
Beta Was this translation helpful? Give feedback.
All reactions