The following command
Code: Select all
convert IN.PSD OUT.PNG
• the composite image of all visible layers is created too, with suffix 0, which I do not need nor want.
• each layer trims areas that are transparent only on itself. I want to trim transparent areas common to all layers, visible and invisible.
This other command
Code: Select all
convert IN.PSD -set dispose Background -coalesce OUT.PNG