Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 01, 2012 12:04 PM by Datawalke
Member
2 Points
38 Posts
Mar 30, 2012 10:58 AM|LINK
How can i read the IPTC property specifically tags informations associated with the image.
i found http://msdn.microsoft.com/en-us/library/xddt0dz7.aspx but this one is useful to read metadata(exif) informations
How can i read IPTC data.
I found BitmapMetadata from msdn documentation for wpf platform (but no idea how can i use that in MVC app)
212 Points
27 Posts
Apr 01, 2012 12:04 PM|LINK
mMATHAI I found BitmapMetadata from msdn documentation for wpf platform (but no idea how can i use that in MVC app)
mMATHAI,
Shouldn't you be able to just include System.Windows.Media.Imaging in a service (or any type of class) inside of your MVC project?
mMATHAI
Member
2 Points
38 Posts
Reading IPTC of an image in MVC
Mar 30, 2012 10:58 AM|LINK
How can i read the IPTC property specifically tags informations associated with the image.
i found http://msdn.microsoft.com/en-us/library/xddt0dz7.aspx but this one is useful to read metadata(exif) informations
How can i read IPTC data.
I found BitmapMetadata from msdn documentation for wpf platform (but no idea how can i use that in MVC app)
Datawalke
Member
212 Points
27 Posts
Re: Reading IPTC of an image in MVC
Apr 01, 2012 12:04 PM|LINK
mMATHAI,
Shouldn't you be able to just include System.Windows.Media.Imaging in a service (or any type of class) inside of your MVC project?
http://datawalke.com