Exif Class usage #1708
Unanswered
john-giles-ff
asked this question in
Help
Replies: 1 comment 2 replies
-
The second argument ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to the Magick.net library. It is quite an impressive piece of work.
I am working on a project where the new library has been updated to Magick.Net-Q16-AnyCPU 13.6.0
I am having trouble converting the code to work with the new library. It is mainly to do with the new Exif class and being able to set a new profile value.
The is way it was working before
with profile.SetValue(tag, value);
at the end.
Now I have
The magickTag var is not right but I cannot see how to satisfy the command
profile.SetValue(magickTag, (ExifTagValue)value);
It may be my misunderstanding of how to use the new Exif class. I have looked through all the readme files.
Please could you point me in the right direction?
Kind regards
John
Beta Was this translation helpful? Give feedback.
All reactions