How to add tags into the metadata of an image, with Java action in Mendix?

0
Hello everyone, Has anyone have experience adding custom tags to the metadata of an image? I'm looking for a solution using Java actions or any other available options.   If anyone has encountered a similar requirement in the past, I'd appreciate any guidance or advice on how to approach this issue.   Regards!
asked
1 answers
0

What type of metadata do you want to set?

 

Really changing the image you should look at a library, for Apache Commons Imaging

Add the JAR to your project and you can load the image as a byte array, use the library functions to add or update metadata tags, and then save the updated image back. 

answered