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

New Post: IPTC

$
0
0
At this moment you need to have knowledge on how the IPTC profile is stored byte wise. You can set the profile like this:
using(MagickImage image = new MagickImage("YourImage.png"))
{
  byte[] data = YourCreateIptcProfileMethod();
  IptcProfile profile = new IptcProfile(data);
  image.AddProfile(data);
}
I could add support for writing an IPTC profile.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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