incompatibility between -xall and % in -o
Posted: Thu Feb 02, 2012 2:10 pm
Hi.
I'm having an issue trying to convert some TIFF files into PNG using NConvert 6.01 and Windows 7 Ultimate x64. If I run (from the command prompt):
I obtain "11193.png" (as expected), but if I run:
I obtain ".png". The source TIFF file is not even a multipage one (trying with multipage ones yields the same result).
Am I doing something wrong? BTW, I think similar issues have been reported previously (here and here) to no avail.
Thanks.
Cheers,
mprost
keywords: specify source filename percent sign output filename
I'm having an issue trying to convert some TIFF files into PNG using NConvert 6.01 and Windows 7 Ultimate x64. If I run (from the command prompt):
Code: Select all
nconvert.exe -out png -o %.png 11193.tif
Code: Select all
nconvert.exe -xall -out png -o %.png 11193.tif
Am I doing something wrong? BTW, I think similar issues have been reported previously (here and here) to no avail.
Thanks.
Cheers,
mprost
keywords: specify source filename percent sign output filename