I already reported such a bug (unfortunately in wrong forum, sorry for that), but now I hit the same problem again, with newer version.
Here is the link to my previous post:
viewtopic.php?f=1&t=21314
Now I upgraded to ImageMagick 6.9.2-0 Q16 x86_64 and I got the same problem
The error occurs when there is a colon in the file path and when I'm trying to process only certain page/s from the file
Example that produces an error:
Code: Select all
convert /s:/mypictures/test1.pdf[1] test.jpg
Code: Select all
convert /s:/mypictures/test1.pdf test.jpg
Code: Select all
convert /nocolonpath/test1.pdf[1] test.jpg