Show/Hide PSD 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?".
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Show/Hide PSD layers

Post by fmw42 »

I do not think IM can change the show/hide setting. You would have to convert only those layers you want and put the file back together as a new PSD file.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Show/Hide PSD layers

Post by dlemstra »

You can do this by setting the -compose value of the image (layer) that you want to hide to 'None'.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply