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
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to read exif and iptc data from tif and jpeg using vb.net with Magick.NET-Q8-x86 v12.1.0.
i can always read the iptc profiles:
Using GetExifProfile() returns Nothing when reading from tif, but works fine on jpeg files.
I also tried reading exif data via GetAttributes(), but I only get the tiff: tags.
A sample image can be found here: http://lastwerk.de/exif/exifdemo.tif
With exiftool, Gimp, Windows Explorer I can see the data.
Are there alternative functions to get exif data from tif files I could use?
Thanks for any ideas...
Beta Was this translation helpful? Give feedback.
All reactions