Search found 2 matches

by Storix
2017-04-19T13:30:52-07:00
Forum: Bugs
Topic: Possibly wrong report regarding GIF transparency
Replies: 2
Views: 7181

Re: Possibly wrong report regarding GIF transparency

I'm sorry if my question wasn't clear enough. I'll ask it again.

IM Version: ImageMagick 7.0.5-4 Q16 x86_64 2017-03-25
Platform: macOS Sierra 10.12.3

Why identify utility reports for all (except the first one) GIF frames Transparent color: none? It seems that this is incorrect because:

1 ...
by Storix
2017-04-19T12:11:54-07:00
Forum: Bugs
Topic: Possibly wrong report regarding GIF transparency
Replies: 2
Views: 7181

Possibly wrong report regarding GIF transparency

Hi,

Here is the GIF:

https://media.giphy.com/media/xUA7b8LYwhAzbZC6sw/giphy.gif

The identify command-line tool reports that each frame has such transparent color:

Transparent color: none

I used the following command:

identify -verbose cat.gif | grep -C 1 Transparent

I also tried to use ...