Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: XMP bag

$
0
0
What kind of metadata are you trying to extract? There are various methods in MagickImage to read metadata:
using (MagickImage image = new MagickImage("srcPath.jpg"))
{
  image.Get8BimProfile();
  image.GetExifProfile();
  image.GetIptcProfile();
}
Can you post a sample image I can use for testing?

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>