const headerStr …
const paletteStr …
const trailerStr …
var _ …
func lzwEncode(in []byte) []byte { … }
func TestDecode(t *testing.T) { … }
func TestTransparentIndex(t *testing.T) { … }
var testGIF …
func try(t *testing.T, b []byte, want string) { … }
func TestBounds(t *testing.T) { … }
func TestNoPalette(t *testing.T) { … }
func TestPixelOutsidePaletteRange(t *testing.T) { … }
func TestTransparentPixelOutsidePaletteRange(t *testing.T) { … }
func TestLoopCount(t *testing.T) { … }
func TestUnexpectedEOF(t *testing.T) { … }
func TestDecodeMemoryConsumption(t *testing.T) { … }
func BenchmarkDecode(b *testing.B) { … }
func TestReencodeExtendedPalette(t *testing.T) { … }