-scene doesn't work
Posted: 2012-03-18T05:03:46-07:00
I need to montage some images and give name starting from index 2
I have used this command
but it doesn't name my files from album4_2012_02d.jpg
it ignores the -scenes and start from album4_2012_00.jpg
Is this a bug? or I'm doing some errors?
I have used this command
Code: Select all
montage -density 300 album4.pdf[1-99] -tile 2x1 -quality 80 -geometry +0+0 -resize 800 -scenes 2 album4_2012_%02d.jpg
it ignores the -scenes and start from album4_2012_00.jpg
Is this a bug? or I'm doing some errors?