Some complexities with -n key...
Posted: Fri Mar 14, 2008 6:35 pm
I use the following script.txt (and v4.90 release):
### -truecolors -out bmp -n 1 7 2 -o im_##.bmp
Q:\img\SLIDE-SHOW\menu copy.tif
Q:\img\SLIDE-SHOW\candle3.jpg
Q:\img\SLIDE-SHOW\candle2.jpg
Q:\img\SLIDE-SHOW\campfire5.jpg
Q:\img\SLIDE-SHOW\campfire4.jpg
Q:\img\SLIDE-SHOW\campfire3.jpg
Q:\img\SLIDE-SHOW\campfire2.jpg
And in result i see only two files im_01.bmp, im_03.bmp with the identical content... May be I not quite properly understand -n conception? Simply I want to get the next conversion-renaming in result:
menu copy.tif -> im_01.bmp
candle3.jpg -> im_03.bmp
candle2.jpg -> im_05.bmp
campfire5.jpg -> im_07.bmp
campfire4.jpg -> im_09.bmp
campfire3.jpg -> im_11.bmp
campfire2.jpg -> im_13.bmp
How I can use the -n key in this case ?
### -truecolors -out bmp -n 1 7 2 -o im_##.bmp
Q:\img\SLIDE-SHOW\menu copy.tif
Q:\img\SLIDE-SHOW\candle3.jpg
Q:\img\SLIDE-SHOW\candle2.jpg
Q:\img\SLIDE-SHOW\campfire5.jpg
Q:\img\SLIDE-SHOW\campfire4.jpg
Q:\img\SLIDE-SHOW\campfire3.jpg
Q:\img\SLIDE-SHOW\campfire2.jpg
And in result i see only two files im_01.bmp, im_03.bmp with the identical content... May be I not quite properly understand -n conception? Simply I want to get the next conversion-renaming in result:
menu copy.tif -> im_01.bmp
candle3.jpg -> im_03.bmp
candle2.jpg -> im_05.bmp
campfire5.jpg -> im_07.bmp
campfire4.jpg -> im_09.bmp
campfire3.jpg -> im_11.bmp
campfire2.jpg -> im_13.bmp
How I can use the -n key in this case ?