Search found 2 matches

by vincent.tschanz
2019-10-14T00:19:35-07:00
Forum: Users
Topic: Export layers to individual psd file keeping guides
Replies: 3
Views: 114205

Re: Export layers to individual psd file keeping guides

I'm using ImageMagick 7.0.8-68 on Macos 10.14.6
16GB RAM

I see no error message when I run
convert -dispose Background file.psb -layers coalesce -set filename:layers %l %[filename:layers].psd
But nothing is written

The 'magick' process go up to 14GB, then stabilize at 12.2GB until the end ...
by vincent.tschanz
2019-10-11T01:14:24-07:00
Forum: Users
Topic: Export layers to individual psd file keeping guides
Replies: 3
Views: 114205

Export layers to individual psd file keeping guides

I have a huge PSB (large photoshop document format) containing hundred of layers and guides.

I use the following to export each layer to a png using the layer name as filename and keeping the document size :

convert -dispose Background huge-file.psb -layers coalesce -set filename:layers %l ...