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?
[Resolved] possible bug transparency IM 6.7.6.9 beta Q16
- 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
Last edited by fmw42 on 2012-05-05T17:35:19-07:00, edited 1 time in total.
Re: possible bug transparency IM 6.7.6.9 beta Q16
This forum is for all bug reports including beta and alpha releases.
- 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
The above is still not working the latest beta as of 7:25 PM PDT
Re: possible bug transparency IM 6.7.6.9 beta Q16
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.
- 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
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 10Mmagick 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.
This bug seems to be fixed.