go/src/image
Andrew Bonventre 4bba6729f8 image/gif: set default loop count to 0 when app ext. is not present
It was otherwise not being preserved across
specific Decode->Encode->Decode calls.

Fixes #11287

Change-Id: I40602da7fa39ec67403bed52ff403f361c6171bb
Reviewed-on: https://go-review.googlesource.com/11256
Reviewed-by: Nigel Tao <nigeltao@golang.org>
2015-06-23 05:50:50 +00:00
..
color image/color: have Palette.Index honor alpha for closest match, not just 2015-04-16 23:52:41 +00:00
draw image/color: have Palette.Index honor alpha for closest match, not just 2015-04-16 23:52:41 +00:00
gif image/gif: set default loop count to 0 when app ext. is not present 2015-06-23 05:50:50 +00:00
internal/imageutil image: spell coordinate consistently, without the hyphen. 2015-04-16 01:21:31 +00:00
jpeg all: switch to the new deprecation convention 2015-06-18 19:16:23 +00:00
png image/png: don't silently swallow io.ReadFull's io.EOF error when it 2015-04-23 06:39:56 +00:00
testdata image/jpeg: support chroma hv values other than 0x11. 2015-03-11 00:10:09 +00:00
decode_example_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
decode_test.go image/jpeg: support chroma hv values other than 0x11. 2015-03-11 00:10:09 +00:00
format.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
geom.go image: make Rectangle implement Image. 2015-03-04 00:03:46 +00:00
geom_test.go image: change Rectangle.Eq to return true for all empty rectangles, even 2015-02-18 23:50:09 +00:00
image.go image: add image.CMYK and color.CMYK types. 2015-02-16 00:08:49 +00:00
image_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
names.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
ycbcr.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00
ycbcr_test.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00