I have many standalone photoshop files that could have different resolutions.
I need to create one PSD file from these separate PSD files and place each one of them in a group within this single final PSD.
So, the resulting output.psd contains as many groups as there are standalone photoshop files
I looked on the psd-tools python library, but it doesn’t seem to help achieve something like this.
Are there any other library on python that can help achieve this beside the .jsx script on which I’m a newbie ?