convert command and options

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
ravinder
Posts: 14
Joined: 2015-11-05T23:49:44-07:00
Authentication code: 1151

convert command and options

Post 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
ravinder
Posts: 14
Joined: 2015-11-05T23:49:44-07:00
Authentication code: 1151

Re: convert command and options

Post by ravinder »

please suggest how to resolve overlapping issue.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert command and options

Post 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.
snibgo's IM pages: im.snibgo.com
ravinder
Posts: 14
Joined: 2015-11-05T23:49:44-07:00
Authentication code: 1151

Re: convert command and options

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert command and options

Post 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.
snibgo's IM pages: im.snibgo.com
ravinder
Posts: 14
Joined: 2015-11-05T23:49:44-07:00
Authentication code: 1151

Re: convert command and options

Post by ravinder »

ravinder
Posts: 14
Joined: 2015-11-05T23:49:44-07:00
Authentication code: 1151

Re: convert command and options

Post by ravinder »

equal sign is overlapped in two places.
ravinder
Posts: 14
Joined: 2015-11-05T23:49:44-07:00
Authentication code: 1151

Re: convert command and options

Post by ravinder »

snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: convert command and options

Post by snibgo »

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
Post Reply