Append multi-layered PSD

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
GeorgeR
Posts: 1
Joined: 2012-10-19T20:49:16-07:00
Authentication code: 67789

Append multi-layered PSD

Post by GeorgeR »

I'm trying to join split render files. That is, I have horizontal strips of a complete image, where each strip is a multi-layered PSD (16bit RGB). All strip files have the same layers, layer order, etc. Some have masks.

So far, following the -append documentation, I get several JPG files if I output to JPG, an unreadable PSD file if I output a PSD, or a single layer (using the active layer from the PSD) tif.

How do I non destructively merge these files, with the end result being the same as the input (16bit RGB multi-layer PSD)?
Post Reply