Create PSD with IM with locked layers
Re: Create PSD with IM with locked layers
Thanks for the edit. Your answer was confusing me. And what about images D and E?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Create PSD with IM with locked layers
The download did not have them. I am downloading again.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Create PSD with IM with locked layers
d shows the transparent logo and no lock
e shows the tranparent logo and partial lock
e shows the tranparent logo and partial lock
Re: Create PSD with IM with locked layers
Thanks for the quick replies! It looks like the obvious stuff was provided; example psds with and without these attributes. Is there anything else I can help provide?
Re: Create PSD with IM with locked layers
Hi - I'm also trying to figure out how to control locking when using IM to create a new psd file. Right now I can't figure out how to create a new layer without any locking e.g. example "c" from the dropbox examples. It seems for me that the default is all layers have a partial lock on transparency. Can someone share the command for creating unlocked layers?
=====
Version: ImageMagick 6.9.6-4 Q16 x86_64 on OSX
convert \( -label "1" xc:transparent -background transparent \) \( -label "2" xc:transparent -background transparent \) \( -label "3" "download.jpg" \) \( -clone 0--1 -mosaic \) -reverse "output.psd"
=====
Version: ImageMagick 6.9.6-4 Q16 x86_64 on OSX
convert \( -label "1" xc:transparent -background transparent \) \( -label "2" xc:transparent -background transparent \) \( -label "3" "download.jpg" \) \( -clone 0--1 -mosaic \) -reverse "output.psd"
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Create PSD with IM with locked layers
I do not think there is a command for that right now.