Seems this issue doesn't exist for .jpg
images, any reason for this?
Original:
Output:
Seems this issue doesn't exist for .jpg
images, any reason for this?
Original:
Output:
The problem is that .gif supports only 1-bit alpha. If you open up those images in a paint program, you'll see that the larger one has a lot of white around the outside where the anti-aliasing is happening, but the smaller one has much of that anti-aliasing removed. It's not really the fault of ImageMagick, since there's not much it could do anyway.
I would suggest that .png is a better choice for these images instead of .gif. If you really must use .gif, then get rid of the alpha completely (it's not going to look nice on anything but a white background anyway).