Extract layers from PSD with ImageMagick, preserving layout
问题 I'm using ImageMagick to extract layers from a PSD, and it gets them all out fine with: convert image.psd image-%d.png But the resulting PNG images are of varying dimensions, depending on the actual contents of the layer. What I'd like is to extract all the layers, but have them all the same size, so that I can easily lay them on top of each other later, and have everything line up just as it did in the original PSD. If it helps to visualise it, this is what I'm currently getting with the