Issue in ImageMagick 6.8.9-0 Q16 x86_64

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
yugalgupta
Posts: 5
Joined: 2014-06-24T02:55:51-07:00
Authentication code: 6789

Issue in ImageMagick 6.8.9-0 Q16 x86_64

Post by yugalgupta »

Hi
I am using ImageMagick 6.8.9-0 Q16 x86_64 on linux box

I ran conversion command -alpha transparent -clip -alpha opaque

The resultant image has no transparency.

However, If I ran the same command on ImageMagick 6.8.7-9 Q16 x64

The resultant image has transparency and gives expected result.

The issue with the difference in version? I am not able to find the solution for past 2 days.
Please help and suggest and its very urgent. Thanks in advance.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Issue in ImageMagick 6.8.9-0 Q16 x86_64

Post by dlemstra »

Can you upgrade to 6.8.9-4 and try again? If that doesn't work please post a link to your image and the exact command line arguments you are using. And please don't double post. I have removed your topic from the Developers board.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Issue in ImageMagick 6.8.9-0 Q16 x86_64

Post by snibgo »

"-alpha transparent" and "-alpha opaque" seem to work fine for me, in IM 6.8.9-0.

Please provide your complete command and a sample file.
snibgo's IM pages: im.snibgo.com
yugalgupta
Posts: 5
Joined: 2014-06-24T02:55:51-07:00
Authentication code: 6789

Re: Issue in ImageMagick 6.8.9-0 Q16 x86_64

Post by yugalgupta »

The command being run is below and an example image is attached. Eg,

convert jpgpath.jpg -alpha transparent -clip -alpha opaque jpgpath.png

https://drive.google.com/file/d/0By4Zoj ... sp=sharing
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Issue in ImageMagick 6.8.9-0 Q16 x86_64

Post by snibgo »

Your command on your image, with IM 6.8.9-0 on Windows 8.1 and in-built RSVG, works fine for me. The background becomes transparent.

When using with Inkscape to rasterise SVG, everything apart from the lid become transparent. This is weird.

There have been recent changes in clipping paths, so the image needs testing with the current IM.
snibgo's IM pages: im.snibgo.com
Post Reply