Set embedded XMP metadata in PSD file #1517
Replies: 4 comments 12 replies
-
The PSD encoder/decoder of ImageMagick does not read or write the xmp profile. I even wonder if that is even supported. |
Beta Was this translation helpful? Give feedback.
-
Thank you @dlemstra. I tried to create my own byte array to set the id 1060 but it's a little bit complex. We are waiting your estimate about the api to do this. |
Beta Was this translation helpful? Give feedback.
-
It's not too urgent but we would like to solve the problem to verify if it fits our needs. |
Beta Was this translation helpful? Give feedback.
-
Hi @dlemstra , I tried to use the code you indicated me. It seems it works successfully! We wait for the new release but if the problem become urgent we use the workaround you suggest us. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I'm trying to write embedded xmp metadata inside a psd files that doesn't contain an xmp profile.
When I set it with the SetProfile function I see that the profile is succesfully saved inside the MagickImage object but after the invocation of the Write function it seems that the xmp profile is not saved inside the file.
The same process with a jpeg file works fine.
Is there a limitation on Psd files?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions