An error occurred fetching the project authors.
- 28 Apr, 2015 1 commit
-
-
Nigel Tao authored
The previous CL implemented decoding, but not encoding. Also return the global color map (if present) for DecodeConfig. Change-Id: I3b99c93720246010c9fe0924dc40a67875dfc852 Reviewed-on: https://go-review.googlesource.com/9389Reviewed-by:
Rob Pike <r@golang.org>
-
- 18 Sep, 2014 1 commit
-
-
Nigel Tao authored
benchmark old ns/op new ns/op delta BenchmarkEncode 8641055 8646829 +0.07% Fixes #7792. LGTM=r R=r CC=dbathgate, golang-codereviews https://golang.org/cl/147730043
-
- 08 Sep, 2014 1 commit
-
-
Russ Cox authored
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.
-
- 30 Aug, 2013 1 commit
-
-
Nigel Tao authored
image/color package into their own package. They require some non- trivial init-time code (interface conversions, currently 40KiB of text) that would otherwise burden any Go program that imported image/color. R=r CC=golang-dev https://golang.org/cl/13256046
-
- 18 Jul, 2013 1 commit
-
-
Andrew Bonventre authored
R=r, nigeltao CC=golang-dev https://golang.org/cl/11446043
-
- 15 Jul, 2013 1 commit
-
-
Andrew Bonventre authored
R=r, nigeltao CC=golang-dev https://golang.org/cl/10896043
-