How to create a layered PSD file from using Gimp command line? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: How to create a layered PSD file from using Gimp command line? (/Thread-How-to-create-a-layered-PSD-file-from-using-Gimp-command-line) |
How to create a layered PSD file from using Gimp command line? - rupesh0410 - 04-29-2022 I need to create a layered PSD file from a list of PNG images using the GIMP command line, in which each PNG image is one layer of a generated PSD file. I found one "https://gist.github.com/endavid/fceea065e586052de944ffc57014692c" related to this. It runs successfully without any error, but it didn't create a PSD file at a given location. Is there something I am doing wrong here? RE: How to create a layered PSD file from using Gimp command line? - Ofnuts - 04-30-2022 What command do you use to run it exactly? The command example in the comments is for a Unix (Linux/OSX) shell and will not work in Windows. |