How to bind Rational[] for some Exif tags to show in view. #2525
Unanswered
prabhav-mehra
asked this question in
Q&A
Replies: 1 comment
-
I found a way but not sure how full proof it is. I implement IExifValue(an interface) with some custom implementation and then bind to that. Works as of now but is there a better way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a MAUI app and I am using ImageSharp to get some Exif data.
I get most of the Exif values and am able to bind it but there are some properties like Rational[] for gps or Byte[]. How to handle those values and show them in UI.
Currently I have a ObservableCollection and then Bind to properties Tag and "." which is IExifValue itself.
Beta Was this translation helpful? Give feedback.
All reactions