Please help with commands

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
BWT

Please help with commands

Post by BWT »

Hi,
I’m trying to make Photoshop recognize resolution I set using ImageMagick and not to loose XMP metadata. So “-strip” command would not be enough for that. What is the best way to achieve it? Here is what I found on this message board:
“Use a convert function to generate an IPTC file first. Then do your strip & apply density, then convert the IPTC file into a profile file and re-apply it with a -profile command.”
Is this advice correct? If so, what would be the syntax especially for “convert the IPTC file into a profile file and re-apply it with a -profile command” part. Thank you very much.
Post Reply