Search found 2 matches

by SpooRancher
2018-07-26T09:58:58-07:00
Forum: Magick.NET
Topic: Multiple uses of IPTC tags
Replies: 2
Views: 9951

Re: Multiple uses of IPTC tags

Done.
Many thanks!!
by SpooRancher
2018-07-25T13:20:01-07:00
Forum: Magick.NET
Topic: Multiple uses of IPTC tags
Replies: 2
Views: 9951

Multiple uses of IPTC tags

Hi -

I'm trying to create an IPTC profile using code like this:


IptcProfile iptc = new IptcProfile();
iptc.SetValue(IptcTag.Keyword, "First");
iptc.SetValue(IptcTag.Keyword, "Second");


And what I see in the created profile is a single occurrence of the "Keyword" tag (25) with value "Second ...