I'm seeing an odd issue with image/gif. When an image is loaded with gif.DecodeAll, and written to a new file, with no manipulations, via gif.EncodeAll sections of each frame are black when they shouldn't be.
Not sure if i'm missing something when using image/gif, or if this is a bug in the package. It looks like the compressed fill parts of the original image are lost, and replaced with black pixels(Default background color?) when written again. I'm not sure how to identify if this problem is happening on the encoding or decoding side.
(Running on Ubuntu 14.04 x86_64)
Cheers,
Jason