Problems selecting frames
Re: Problems selecting frames
Thanks for the info re:changelog
I have confirmed this is now working for me in 6.5.5.0. Thanks!
I have confirmed this is now working for me in 6.5.5.0. Thanks!
Re: Problems selecting frames
Just a note on the file name of the output file. If I specify the page range:
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:
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.
Code: Select all
convert.exe input.pdf[2-4] output.png
Code: Select all
convert.exe input.pdf[2] output.png
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Problems selecting frames
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
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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Problems selecting frames
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.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Problems selecting frames
Sorry that would be confusing as users will never get the file name they requested!!!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/