I have a suspicion that this value is causing problems when this image is rendered using libPNG, because the latter image appears with an awful white halo in the anti-aliased regions. I'd like to confirm that by adjusting this value to see if the artifacts disappear, but I can't find information about the meaning of the "Alpha" key with respect to the PNG specification, nor what ImageMagick command would allow me to change it. It's not the background color or transparent color, and from the looks of it the alpha options all apply changes directly to the alpha channel of the image, not to this separate unique color value. Can someone point me in the right direction? Thanks!
Here are the relevant excerpts from the "good" image:
Code: Select all
Image statistics:
Overall:
min: 0 (0)
max: 255 (1)
mean: 63.1902 (0.247805)
standard deviation: 15.8512 (0.0621616)
kurtosis: 5440.35
skewness: 387.7
Alpha: none #00000000
Code: Select all
Image statistics:
Overall:
min: 0 (0)
max: 255 (1)
mean: 250.343 (0.981739)
standard deviation: 32.176 (0.126181)
kurtosis: 45.1909
skewness: -6.8461
Alpha: rgba(255,255,255,0) #FFFFFF00