Search found 3 matches

by matroosje
2017-02-23T04:30:48-07:00
Forum: Users
Topic: batch remove one layer of psd
Replies: 8
Views: 5574

Re: batch remove one layer of psd

Thanks,
That indeed does work, combined with -flatten, I get what I want

Code: Select all

mogrify -delete -1 -flatten -format png *.psd
Thanks again!
by matroosje
2017-02-22T07:42:32-07:00
Forum: Users
Topic: batch remove one layer of psd
Replies: 8
Views: 5574

Re: batch remove one layer of psd

Hi everybody, I tried using -delete, but it only works with numbers I think, not with a layer that has a name 'paspartout'. (It's the last layer that has been added, so sometimes it's the 6th, sometimes the 13th.) Is there a way rename a layer? If I could rename 'paspartout' to a number, say 99, I ...
by matroosje
2017-02-21T01:31:28-07:00
Forum: Users
Topic: batch remove one layer of psd
Replies: 8
Views: 5574

batch remove one layer of psd

Hi, I have some psd images that I would like to flatten and convert to png while removing a layer. The layer that I would like to remove is a paspartout (the layer is also called paspartout). I know how to flatten and convert. I use mogrify -format png *.psd[0] I could of course open the files one ...