Hi
I am using image magic following command to convert pdf into gif. but after conversion in many cases font are overlapping with each other.
convert -verbose -resample 150 -density 150 -trim +repage -sharpen 0x1.5 -quality 100 -append -transparent "#FFFFFF" abc.pdf abc.gif
convert command and options
Re: convert command and options
please suggest how to resolve overlapping issue.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: convert command and options
I've removed your other post. Please don't multi-post.
Your command is in the wrong order.
More comments are difficult without seeing your images.
Please say what version IM you are using.
Your command is in the wrong order.
More comments are difficult without seeing your images.
Please say what version IM you are using.
snibgo's IM pages: im.snibgo.com
Re: convert command and options
IM version is 6.6.9.
i am unable to attach the screen shot. no option available to attach screen short.
Please suggest the correct order.
i am unable to attach the screen shot. no option available to attach screen short.
Please suggest the correct order.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: convert command and options
v6.6.9 is very very old. I suggest you upgrade.
Operations that change the image (-trim +repage -sharpen 0x1.5 -append) should come after reading the PDF.
You can upload to somewhere like dropbox.com and paste the URL here.
Operations that change the image (-trim +repage -sharpen 0x1.5 -append) should come after reading the PDF.
You can upload to somewhere like dropbox.com and paste the URL here.
snibgo's IM pages: im.snibgo.com
Re: convert command and options
pls see the screen short here
https://www.dropbox.com/s/nelm06sxmkrkpjs/test.jpg?dl=0
https://www.dropbox.com/s/nelm06sxmkrkpjs/test.jpg?dl=0
Re: convert command and options
equal sign is overlapped in two places.
Re: convert command and options
pdf used to convert gif is here
https://www.dropbox.com/s/lxbt5lmkzkhgl ... 5.pdf?dl=0
https://www.dropbox.com/s/lxbt5lmkzkhgl ... 5.pdf?dl=0
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: convert command and options
It converts fine for me, using IM v6.9.5-3 and Ghostscript v9.15. I suggest you upgrade both.
snibgo's IM pages: im.snibgo.com