6.8.3-9 Color generated by -alpha shape differs
Posted: 2013-03-12T18:21:12-07:00
We from jQueryUI use ImageMagick to generate the themeRoller custom icons and textures. Trying to upgrade IM on our server, we noticed a unwanted behavior. Perhaps we are misusing IM, and it may not be a bug. Follow the problematic use case.
We generate custom color icons as follows:
`convert icons-mask.png -background <color> -alpha shape output.png`
Picking any non-fully-saturated-color, let's say #DDAA00, we get different output using 6.8.* [1] vs. 6.6.* [2]. Point your browser to each output and you'll see 6.8.* shows a different color than the specified in <color>. (side note: actually, opening `output.png` on a graphic editor tool like GIMP, the color displays just fine. The browsers do not)
1 6.8: https://f.cloud.github.com/assets/96715 ... 5c9410.png
2 6.6: https://f.cloud.github.com/assets/96715 ... 6ff8e1.png
Are we misusing it? Any advice? Is it a regression?
More info at: https://github.com/jquery/download.jque ... issues/110
We generate custom color icons as follows:
`convert icons-mask.png -background <color> -alpha shape output.png`
Picking any non-fully-saturated-color, let's say #DDAA00, we get different output using 6.8.* [1] vs. 6.6.* [2]. Point your browser to each output and you'll see 6.8.* shows a different color than the specified in <color>. (side note: actually, opening `output.png` on a graphic editor tool like GIMP, the color displays just fine. The browsers do not)
1 6.8: https://f.cloud.github.com/assets/96715 ... 5c9410.png
2 6.6: https://f.cloud.github.com/assets/96715 ... 6ff8e1.png
Are we misusing it? Any advice? Is it a regression?
More info at: https://github.com/jquery/download.jque ... issues/110