I have the following command in a batch file:
Code: Select all
CALL convert -rotate 2.958639 -resize 75%% -crop '880x1410+704-25' "c:\Documents and Settings\username\My Documents\IMG_3851.JPG" "c:\temp\1-IMG_3851.jpg"
But running this batch file I get this:
convert: invalid argument for option `75\Documents': -resize.
It's like it is ignoring everything starting with the %% and ending with :
Why is that and is there a work around?
Thanks,
a1