Search found 3 matches

by cyburgee
2017-09-13T21:51:20-07:00
Forum: Bugs
Topic: Reading animated gif -> 'invalid colormap index' error in version 7
Replies: 6
Views: 8061

Re: Reading animated gif -> 'invalid colormap index' error in version 7

According to all of the graphics control extension that I think that I found in the test file, it looks like 32 is the transparent color index. From my reading of the GIF89a spec, decoders should skip any pixels with the transparent color index value and not modify the displayed output ( https://www...
by cyburgee
2017-07-27T15:15:26-07:00
Forum: Bugs
Topic: Reading animated gif -> 'invalid colormap index' error in version 7
Replies: 6
Views: 8061

Re: Reading animated gif -> 'invalid colormap index' error in version 7

I can confirm on IM 7.0.6.3 Q16 Mac OSX. I get the same error and no output image with or without the -layers optimize. magick test.gif -coalesce -resize x100 -layers optimize test_100_v7.gif Thanks for confirming. Does anything seem amiss with that particular file? I know that IM is more restricti...
by cyburgee
2017-07-27T12:51:05-07:00
Forum: Bugs
Topic: Reading animated gif -> 'invalid colormap index' error in version 7
Replies: 6
Views: 8061

Reading animated gif -> 'invalid colormap index' error in version 7

Not certain if this is bug or not, but after upgrading to imagemagick version 7, attempting to read or resize many animated gifs result in an 'invalid colormap index' error. This is also happening when trying to open animated gifs with Magick::readImages when using Magick++. This happens on both Mac...