Search found 6 matches
- 2013-11-25T11:11:27-07:00
- Forum: Bugs
- Topic: convert has errors and warnings but returns with 0
- Replies: 0
- Views: 4098
convert has errors and warnings but returns with 0
Hi, root@pa-encoder15 ~# convert -regard-warnings -density 400x400 -resize 940 -gravity center -extent 940 -colorspace RGB -limit memory 100 -limit map 200 /tmp/some.pdf /tmp/output/jess-%03d.jpg -debug **** Error reading a content stream. The page may be incomplete. **** File did not complete the ...
- 2013-10-31T01:08:32-07:00
- Forum: Bugs
- Topic: Passing -geometry results in a black image
- Replies: 9
- Views: 3950
Re: Passing -geometry results in a black image
Ghostscript versions are the same in both.
Thanks,
Thanks,
- 2013-10-30T09:50:18-07:00
- Forum: Bugs
- Topic: Passing -geometry results in a black image
- Replies: 9
- Views: 3950
Re: Passing -geometry results in a black image
FC is Fedora Core.
I tried using two versions as stated in my original post. Both fail the same way.
I tried using two versions as stated in my original post. Both fail the same way.
- 2013-10-30T09:44:25-07:00
- Forum: Bugs
- Topic: Passing -geometry results in a black image
- Replies: 9
- Views: 3950
Re: Passing -geometry results in a black image
Hi,
I am using this as part of a pretty extensive conversion engine which I would really prefer not to change at the moment.
My question is still valid, I think: why does it work well on FC with the same exact IM version?
I am using this as part of a pretty extensive conversion engine which I would really prefer not to change at the moment.
My question is still valid, I think: why does it work well on FC with the same exact IM version?
- 2013-10-30T09:37:33-07:00
- Forum: Bugs
- Topic: Passing -geometry results in a black image
- Replies: 9
- Views: 3950
Re: Passing -geometry results in a black image
Hello,
In the man page I see:
-geometry geometry preferred size or location of the image
So, I am not quite sure why you say it will take no affect but regardless, why does it cause this result? and why doesn't it on FC?
Thanks,
In the man page I see:
-geometry geometry preferred size or location of the image
So, I am not quite sure why you say it will take no affect but regardless, why does it cause this result? and why doesn't it on FC?
Thanks,
- 2013-10-30T03:19:10-07:00
- Forum: Bugs
- Topic: Passing -geometry results in a black image
- Replies: 9
- Views: 3950
Passing -geometry results in a black image
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 ...