Imagemagick psd with layers resize
Posted: Wed Aug 23, 2017 3:06 pm
Hello,
If I do in terminal it does exactly what it should do. And that is scale my layered psd to a height of 300px. But if I want to do the same in Switch and give the following as argument I get a cropped photo instead of a scaled one
Is there a way to resolve this?
Thanks
Bart
If I do
Code: Select all
convert -scale x300 test.psd[1--10] test-b.psd
Code: Select all
-scale x300 "%1[1--10]" "%2"
Is there a way to resolve this?
Thanks
Bart