Page 1 of 1

Beginner - Layered PSD creation

Posted: 2018-06-04T16:25:09-07:00
by JarekB
Hi All,

I am new to IM but have been studying the documentation and posts to see if what I am trying to do is possible.
My main goal is to see how much can be done with creating layered PSD file from a bunch of images. I plan to incorporate it into a VBScript tool I am working on, with the help of IM COM+ object.

Is it currently possible to:
1) combine a set of JPG and PNG files as a single layered PSD file (with customized layer names)
2) create Photoshop GROUPS and place cetrain layers into a specific group
3) set layer blending mode (Multiply, Screen, Overlay etc.)

In general, any info as for what level of control is possible when creating PSD files would be great.
If you have any example scripts for any of the above, it would be great to study.

--jarek

Re: Beginner - Layered PSD creation

Posted: 2018-06-04T16:59:32-07:00
by fmw42
1) yes, but no layer names as far as I know
2) no groups as far as I know
3) imagemagick can do such blending, but I do not think you can build the PSD file and specify them

ImageMagick has relatively simple abilities for writing PSD files.

The developers should correct my statements if false.

Re: Beginner - Layered PSD creation

Posted: 2018-06-04T17:07:29-07:00
by JarekB
Thank you Fred for quick response!
Do you know if you can at least define ON/OFF layer state in created layered PSD file ?

Re: Beginner - Layered PSD creation

Posted: 2018-06-04T18:39:02-07:00
by fmw42
I do not believe that you can do that. ImageMagick will create simple layers from individual images. You will also have to create a flattened version from all your images and use that as the first layer.

I believe that you can script photoshop in later versions of Photoshop. These are scripts and not action scripts. So you could create PSD files from individual images using such scripts. I have not used it. But see https://www.adobe.com/devnet/photoshop/scripting.html