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

How can I modify the existing tag or add a new tag #17

Open
irfanzsheikh opened this issue Nov 21, 2020 · 0 comments
Open

How can I modify the existing tag or add a new tag #17

irfanzsheikh opened this issue Nov 21, 2020 · 0 comments

Comments

@irfanzsheikh
Copy link

I am unable to find any code in which I can modify existing tags or add a new tag according to my own choice.

$bag = new MetadataBag();
$bag->add(new Metadata(new ObjectName(), new Mono('Pretty cool subject')));
$writer->write('1.eps', $bag);

This code assigns a random new tag.

I want to modify existing tag. Please help?

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

1 participant