Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tag of type IPTCIIM not supported! #54

Open
tschmidleithner opened this issue Mar 15, 2017 · 1 comment
Open

Adding tag of type IPTCIIM not supported! #54

tschmidleithner opened this issue Mar 15, 2017 · 1 comment

Comments

@tschmidleithner
Copy link

tschmidleithner commented Mar 15, 2017

Hello,

I am currently working on a C# application where I want to enable editing of some specific image metadata. Basically, I am using the following code which serves as an example for my problem:

file = TagLib.File.Create(filePath);
var image = file as TagLib.Image.File;
image.ImageTag.Comment = "Custom comment";
image.EnsureAvailableTags();
image.Save();

Whenever the comment field (or keywords field) is not part of the image metadata, a System.NotImplementedException is raised with "Adding tag of type IPTCIIM not supported!" for image.EnsureAvailableTags(). I checked your code and found that TagLib-Sharp hasn't anything implemented to deal with IPTCIIM as far as I know. I also found a pull request regarding IPTCIIM which is more or less not commented #21.

Now the question remains: did I misused the library/will the feature be supported or how to best enable/contribute this feature? If not, can you recommend any other software in C# which can handle my problem safely for writing metadata to an image?

@tcHylmrX
Copy link
Contributor

tcHylmrX commented Mar 17, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants