[Resolved] possible bug transparency IM 6.7.6.9 beta Q16
Posted: 2012-05-04T11:31:18-07:00
IM 6.7.6.9 beta Q16 Mac OSX Snow Leopard
Input:
IM 6.7.6.9beta - does not show transparency, just color reduces image
color1="rgb(42,57,73)"
color2="rgb(47,79,79)"
convert birdofparadise.gif +dither -colors 12 -depth 8 \
+transparent "$color1" \
-fill "$color2" -opaque "$color1" \
show:
IM 6.7.4.10 - shows correct transparent results
im6 color1="rgb(42,57,73)"
im6 color2="rgb(47,79,79)"
im6 convert birdofparadise.gif +dither -colors 12 -depth 8 \
+transparent "$color1" \
-fill "$color2" -opaque "$color1" \
show:
Magick -- do you prefer I send these to you in the future offline while testing the beta release?
Input:
IM 6.7.6.9beta - does not show transparency, just color reduces image
color1="rgb(42,57,73)"
color2="rgb(47,79,79)"
convert birdofparadise.gif +dither -colors 12 -depth 8 \
+transparent "$color1" \
-fill "$color2" -opaque "$color1" \
show:
IM 6.7.4.10 - shows correct transparent results
im6 color1="rgb(42,57,73)"
im6 color2="rgb(47,79,79)"
im6 convert birdofparadise.gif +dither -colors 12 -depth 8 \
+transparent "$color1" \
-fill "$color2" -opaque "$color1" \
show:
Magick -- do you prefer I send these to you in the future offline while testing the beta release?