Page 1 of 1

batch proccesing export and %

Posted: Mon Mar 30, 2009 7:56 am
by froggy
a little thing :

when exporting a batch processing in .bat
if percent % resizing is used , the batch result is
-resize 60% 0% and dos interpret as -resize 60 0 and resize the image with 60 pixel wide

so the generated batch should probably be -resize 60%% 0%%