]> Cypherpunks repositories - gostls13.git/commit
image/gif: don't encode local color tables if they're the same as the
authorNigel Tao <nigeltao@golang.org>
Wed, 29 Apr 2015 06:40:24 +0000 (16:40 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 4 May 2015 06:38:54 +0000 (06:38 +0000)
commit4ddd751c9283050806701786649e6f7d79fca47b
tree8a20388bf84d5c2ddc6619053601aee5633429e2
parent10f6d30315536703065cec19ef48d51561a5219a
image/gif: don't encode local color tables if they're the same as the
global color table.

Change-Id: Ia38f75708ed5e5b430680a1eecafb4fc8047269c
Reviewed-on: https://go-review.googlesource.com/9467
Reviewed-by: Rob Pike <r@golang.org>
src/image/gif/writer.go
src/image/gif/writer_test.go