2
How to best read the IPTC header of an image ?
I have the following image and I needed to read her description (for a database of images), but I have already researched many ways that for me were a little confused.
Has anyone ever done this and can tell me the best way? I’m using ASP.NET MVC (C#). Follow what I want to read in the image:
Gypsy, I tried to use this library Media.Imaging, it can not find the media, need to reference ? or download some dll?
– Leonardo Bonetti
It’s supposed to be on . Net’s Assembly
System.Windows
.– Leonel Sanches da Silva
It does not seem to be assigning anything to Metadata, error: "Object reference not set to an instance of an object", I tried to debug everything but still it does not refer nd to Metadata.
– Leonardo Bonetti
I put one more example. See if it fits.
– Leonel Sanches da Silva
Gypsy, 10min before I saw your post had found the Exiflib, thanks! With this one, probably later when I improve my knowledge in the language and how everything works I will have to develop something own, but until the current state of the project, Exiflib is great.
– Leonardo Bonetti