Create PSD with IM with locked layers

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Create PSD with IM with locked layers

Post by dlemstra »

Thanks for the edit. Your answer was confusing me. And what about images D and E?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
User avatar
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

Post by fmw42 »

The download did not have them. I am downloading again.
User avatar
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

Post by fmw42 »

d shows the transparent logo and no lock
e shows the tranparent logo and partial lock
pfranz
Posts: 2
Joined: 2016-11-14T18:50:14-07:00
Authentication code: 1151

Re: Create PSD with IM with locked layers

Post by pfranz »

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?
amp
Posts: 1
Joined: 2016-11-24T11:16:18-07:00
Authentication code: 1151

Re: Create PSD with IM with locked layers

Post by amp »

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"
User avatar
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

Post by fmw42 »

I do not think there is a command for that right now.
Post Reply