If I do
Code: Select all
convert -scale x300 test.psd[1--10] test-b.psdCode: Select all
-scale x300 "%1[1--10]" "%2"Is there a way to resolve this?
Thanks
Bart
Code: Select all
convert -scale x300 test.psd[1--10] test-b.psdCode: Select all
-scale x300 "%1[1--10]" "%2"