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?".
Thank you for the help Fred. in the code below, it does remove the meta. and also removed the Clipping paths from the PSD's. is there an easy way to retain that info?
Not that I am aware. You can export the clipping path, but I do not know that you can add that back with ImageMagick. I think the best way would be to use EXIFTOOL to extract what you want from the input psd and then add it back into the output psd. See https://www.sno.phy.queensu.ca/~phil/exiftool/
But perhaps someone else on the forum can comment further.
If it is not possible, that would be a good feature to add to ImageMagick in the future.