Passing -geometry results in a black image
Posted: 2013-10-30T03:19:10-07:00
Hello dev team,
On:
# cat /etc/issue
Ubuntu 12.04.3 LTS \n \l
Using both Version: ImageMagick 6.6.9-7 which is the official version in the repos, as well as 6.5.1-2 Q16, this command fails:
# /home/jess/bin/convert -limit memory 512 -density 400x400 -geometry $ANY_NUMBER /path/to/source.pdf /tmp/jessport1.jpg
However, this one results in a successful conversion:
# /usr/bin/convert -limit memory 512 -density 400x400 /path/to/source.pdf /tmp/jessport0.jpg
On FC11, using 6.5.1-2 the first command also completes successfully.
Please let me know if you need an strace output or want me to try to use a debug binary with control outputs.
I can also provide the source file, I don't see an option to attach a file here though..
Thank you in advance,
On:
# cat /etc/issue
Ubuntu 12.04.3 LTS \n \l
Using both Version: ImageMagick 6.6.9-7 which is the official version in the repos, as well as 6.5.1-2 Q16, this command fails:
# /home/jess/bin/convert -limit memory 512 -density 400x400 -geometry $ANY_NUMBER /path/to/source.pdf /tmp/jessport1.jpg
However, this one results in a successful conversion:
# /usr/bin/convert -limit memory 512 -density 400x400 /path/to/source.pdf /tmp/jessport0.jpg
On FC11, using 6.5.1-2 the first command also completes successfully.
Please let me know if you need an strace output or want me to try to use a debug binary with control outputs.
I can also provide the source file, I don't see an option to attach a file here though..
Thank you in advance,