Multi-layered transformation
Posted: 2014-11-19T00:26:44-07:00
Hi Team,
I am trying to convert a multi-layered psd file into jpg.
When I use following command, multiple jpg files are created as output.
imconvert "headers.psd" "headers.jpg"
And when i am using following command for conversion-
imconvert "headers.psd" -composite "headers.jpg"
This conversion is creating a single jpg but output is not what is expected. Final image is not as original psd file and some layers are missing.
Please help me in
I am trying to convert a multi-layered psd file into jpg.
When I use following command, multiple jpg files are created as output.
imconvert "headers.psd" "headers.jpg"
And when i am using following command for conversion-
imconvert "headers.psd" -composite "headers.jpg"
This conversion is creating a single jpg but output is not what is expected. Final image is not as original psd file and some layers are missing.
Please help me in