File name default numbering sequence
Posted: 2012-07-27T10:03:25-07:00
Hi,
I am using the command:
So this creates a set of images
Tried this command too, but no progress
I prefer not to have all the images rename.
Thanks in advance!
I am using the command:
Code: Select all
convert -quality 50 IN.pdf %d.png
Is there a way to change the default numbering sequence to start from 1 instead of 0.0.png, 1.png, 2.png, 3.png…
Tried this command too, but no progress
Code: Select all
convert -quality 50 IN.pdf [%d+1].png
Thanks in advance!