Page 1 of 1

resize.bat DOS script corrupts mogrify resize %

Posted: 2012-03-01T09:20:37-07:00
by redkahuna
In a DOS shell typing this will work:

Code: Select all

mogrify -transparent none -resize 50% -format PNG32 *
However placing the same line in a "resize.bat" file when executing corrupts the resize command and changes it into pixels instead of a %?
Is there a workaround for this?

Re: resize.bat DOS script corrupts mogrify resize %

Posted: 2012-03-01T13:38:18-07:00
by el_supremo
Have you tried 50%% ?

Pete

Re: resize.bat DOS script corrupts mogrify resize %

Posted: 2012-03-01T23:41:57-07:00
by anthony