Resize problem running a bat vs command window
Posted: 2011-05-26T06:20:23-07:00
I have 6.6.9-7. q16 dynamic - window xp
If I do: "convert -size 1650x1275 xc:"#ffffcc" -resize 50% test2.png" it work perfectly. I get an image that is 825x638.
It I create a .bat file withthe same command, it ignores the % sign and create an image that is 50x39. I tried adding a \ before the %, but that does not work either. Is this a bug or am I doing something wrong?
as a followup, I also tried putting quotes around the 50% and it did not make a difference.
convert -size 1650x1275 xc:"#ffffcc" -resize "50%" test2.png
If I do: "convert -size 1650x1275 xc:"#ffffcc" -resize 50% test2.png" it work perfectly. I get an image that is 825x638.
It I create a .bat file withthe same command, it ignores the % sign and create an image that is 50x39. I tried adding a \ before the %, but that does not work either. Is this a bug or am I doing something wrong?
as a followup, I also tried putting quotes around the 50% and it did not make a difference.
convert -size 1650x1275 xc:"#ffffcc" -resize "50%" test2.png