[Resolved] possible bug transparency IM 6.7.6.9 beta Q16

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[Resolved] possible bug transparency IM 6.7.6.9 beta Q16

Post by fmw42 »

IM 6.7.6.9 beta Q16 Mac OSX Snow Leopard

Input:
Image

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?
Last edited by fmw42 on 2012-05-05T17:35:19-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug transparency IM 6.7.6.9 beta Q16

Post by magick »

This forum is for all bug reports including beta and alpha releases.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug transparency IM 6.7.6.9 beta Q16

Post by fmw42 »

The above is still not working the latest beta as of 7:25 PM PDT
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug transparency IM 6.7.6.9 beta Q16

Post by magick »

We're not sure you're getting the latest Beta @ ftp://magick.imagemagick.org/pub/ImageMagick/beta. We tried your command with the latest Beta and it works fine for us. You could also try downloading from Subversion.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug transparency IM 6.7.6.9 beta Q16

Post by fmw42 »

magick wrote:We're not sure you're getting the latest Beta @ ftp://magick.imagemagick.org/pub/ImageMagick/beta. We tried your command with the latest Beta and it works fine for us. You could also try downloading from Subversion.
I downloaded and installed the 6.7.6.9 beta this morning from http://www.imagemagick.org/download/beta/ which is dated 04-May-2012 21:39 10M

This bug seems to be fixed.
Post Reply