Page 1 of 1
convert command and options
Posted: 2016-08-22T01:47:23-07:00
by ravinder
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
Re: convert command and options
Posted: 2016-08-22T01:50:45-07:00
by ravinder
please suggest how to resolve overlapping issue.
Re: convert command and options
Posted: 2016-08-22T02:02:56-07:00
by snibgo
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.
Re: convert command and options
Posted: 2016-08-22T02:09:29-07:00
by ravinder
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.
Re: convert command and options
Posted: 2016-08-22T02:15:32-07:00
by snibgo
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.
Re: convert command and options
Posted: 2016-08-22T02:20:51-07:00
by ravinder
Re: convert command and options
Posted: 2016-08-22T02:22:04-07:00
by ravinder
equal sign is overlapped in two places.
Re: convert command and options
Posted: 2016-08-22T02:23:50-07:00
by ravinder
Re: convert command and options
Posted: 2016-08-22T02:52:07-07:00
by snibgo
It converts fine for me, using IM v6.9.5-3 and Ghostscript v9.15. I suggest you upgrade both.