Hi,
I have a 47.6KB jpeg that all I want to do is add XMP data to. The image has been optimized using jpegli or any other jpeg 3rd party optimization tool. I want to add some XMP data to it.
I tried loading the image, setting the XMP data and then calling save but that created a 138.7KB file (The total XML of the XMP is less than 1KB). How can I add XMP data to an image without re-encoding it?
I have seen in a post from 2020 that IMAGINGNET-4072 was created for a similar request. was this implemented?