Page 2 of 2
Re: Problems selecting frames
Posted: 2009-08-19T08:40:37-07:00
by fmw42
Re: Problems selecting frames
Posted: 2009-08-24T06:19:52-07:00
by seedy
Thanks for the info re:changelog
I have confirmed this is now working for me in 6.5.5.0. Thanks!
Re: Problems selecting frames
Posted: 2009-08-24T13:41:55-07:00
by seedy
Just a note on the file name of the output file. If I specify the page range:
Code: Select all
convert.exe input.pdf[2-4] output.png
My output files are output-2.png, output-3.png, output-4.png, without the use of -scene which is very nice. If i specify a page like so:
Code: Select all
convert.exe input.pdf[2] output.png
My output file is output.png. It would be nice if this was consistent and called the file output-2.png even though I have only specified a single page.
Re: Problems selecting frames
Posted: 2009-08-24T18:07:33-07:00
by anthony
You can force a single image by using a %d or better %02d in the output filename.
I think +adjoin will also do it but I am not certain about that in this case.
Of course if you add a extra image say "null:" then you have two images and you can just remove the last one
Re: Problems selecting frames
Posted: 2009-08-24T18:09:11-07:00
by seedy
Yeah I am using the %d in the filename. Just saying for consistency sake it might be better for it to behave the same if there is one or multiple frames selected.
Re: Problems selecting frames
Posted: 2009-08-24T20:23:37-07:00
by anthony
Sorry that would be confusing as users will never get the file name they requested!!!