When I resize an image with photoshop’s “Save for Web”, it looks different than if I convert it with ImageMagick. Is there a setting I can change in ImageMagick to get same results as Photoshop? Here is an example.
The original:

“Save for Web” 30.01%
vs
convert -geometry 30.01% home-button-full.png home-button-ipad.png


Enlarged so it’s easier to see the difference:
Photoshop:

ImageMagick:

The only immediate difference that’s discoverable are these:
76x86pixels in size.76x87pixels in size.378.401.4.239 Bytes.3.410 Bytes.I only know how to fix the first difference:
(This command’s result has reduced the number of uniq colors to
358… but that’s by accident only.)As long as we don’t know what other sort of filtering Photoshop’s Save for Web… does apply, we have little chance to mimic its results exactly… You could try this: