Resize PSD while Retaining Layers
Posted: 2015-05-17T14:48:31-07:00
Hello All,
I am new to imagemagick and I need to resize a PSD file with multiple layers while also retaining the layers. I have tried resizing the file using the convert utility using the following command below and while I get the full image in the output it doesn't retain the multiple layers that were included in the input file.
# convert input.psd[0] -verbose -resize 2048x1536 output.psd
Thank you for your help in advance.
I am new to imagemagick and I need to resize a PSD file with multiple layers while also retaining the layers. I have tried resizing the file using the convert utility using the following command below and while I get the full image in the output it doesn't retain the multiple layers that were included in the input file.
# convert input.psd[0] -verbose -resize 2048x1536 output.psd
Thank you for your help in advance.