resize.bat DOS script corrupts mogrify resize %
Posted: 2012-03-01T09:20:37-07:00
In a DOS shell typing this will work:
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?
Code: Select all
mogrify -transparent none -resize 50% -format PNG32 *
Is there a workaround for this?