Resize PSD first, then convert to PNG layers
Posted: 2014-07-21T01:28:19-07:00
I am creating a node-webkit application. There is a module for it that allows executing imagemagick commands. So I am using the convert command to convert a PSD into PNG layers.
Problem is that a PSD with a large canvas (like 4000x4000) takes a very long time to convert and export each layer.
What I'd like to do is first resize the PSD (to its 30% for example, keeping all layers, just resizing the canvas) without exporting all the layers and as it is now smaller, then convert it to PNG layers.
Is this possible somehow?
Problem is that a PSD with a large canvas (like 4000x4000) takes a very long time to convert and export each layer.
What I'd like to do is first resize the PSD (to its 30% for example, keeping all layers, just resizing the canvas) without exporting all the layers and as it is now smaller, then convert it to PNG layers.
Is this possible somehow?