How to convert JPG to GIF similar to Photoshop

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
sradu
Posts: 7
Joined: 2011-11-30T05:43:01-07:00
Authentication code: 8675308

How to convert JPG to GIF similar to Photoshop

Post by sradu »

http://i.imgur.com/ouC0c.png this is a snapshot of the original jpg, a gif created with ImageMagick, and a gif created by Photoshop.

Is it possible to convert the original jpg to gif and make it look like the Photoshop version in ImageMagick?
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: How to convert JPG to GIF similar to Photoshop

Post by Bonzo »

You will have to give more information as to what you want - the only difference I notice is the middle image has bubbles and the other two do not.
sradu
Posts: 7
Joined: 2011-11-30T05:43:01-07:00
Authentication code: 8675308

Re: How to convert JPG to GIF similar to Photoshop

Post by sradu »

I'm bumping this to make it more clear. The imagemagick created one is much more pixelated, while the photoshop version is smoother.

If you focus on red bubble maker you'll notice that it contains a lot of white pixels, while the photoshop one is a lot smoother. Similarly this can be noticed on the green bubble liquid container.
sradu
Posts: 7
Joined: 2011-11-30T05:43:01-07:00
Authentication code: 8675308

Re: How to convert JPG to GIF similar to Photoshop

Post by sradu »

Quantize NoDither seems to solve it temporarily.
Post Reply