I was a very happy ImageMagick / PythonMagick user until I upgraded to OS X Lion last week. Having reinstalled/upgraded ImageMagick to get it working, I'm now finding my images (particularly ones with a transparency / alpha channel) are corrupted when I try to resize them.
I installed using MacPorts, ImageMagick version 6.7.1-5
Here's an example of the image I'm trying to resize (it's happening on lots of them) (link):
Here's the results I'm seeing (link):
I'm using the 'convert' command - if I just do a straight conversion, then it works fine.
e.g.
Code: Select all
convert stream-full-8-correct.png stream-test.jpg
Code: Select all
convert stream-full-8-correct.png -scale 80% stream-test.png