I have a lot of JPEG files and I want to add them as layers to a PSD file using ImageMagick
I found several scripts to do the opposite, extract the layers from a PSD file. I don't want that.
I just want to take several JPEG pictures and add them as layers to a PSD (photoshop) file and name those layers as the JPEG file name. I found a way to create composite images with ImageMagick but all the examples I saw create a PNG or GIF file. I need to create a PSD layered file.