1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:18:32 -06:00
go/src/image
Nigel Tao 6abfdc3fdd image/gif: check that individual frame's bounds are within the overall
GIF's bounds.

Also change the implicit Config Width and Height to be the
Rectangle.Max, not the Dx and Dy, of the first frame's bounds. For the
case where the first frame's bounds is something like (5,5)-(8,8), the
overall width should be 8, not 3.

Change-Id: I3affc484f5e32941a36f15517a92ca8d189d9c22
Reviewed-on: https://go-review.googlesource.com/9465
Reviewed-by: Rob Pike <r@golang.org>
2015-04-29 04:42:01 +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: check that individual frame's bounds are within the overall 2015-04-29 04:42:01 +00:00
internal/imageutil image: spell coordinate consistently, without the hyphen. 2015-04-16 01:21:31 +00:00
jpeg image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604 2015-04-23 00:32:59 +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
decode_test.go image/jpeg: support chroma hv values other than 0x11. 2015-03-11 00:10:09 +00:00
format.go
geom_test.go image: change Rectangle.Eq to return true for all empty rectangles, even 2015-02-18 23:50:09 +00:00
geom.go image: make Rectangle implement Image. 2015-03-04 00:03:46 +00:00
image_test.go
image.go image: add image.CMYK and color.CMYK types. 2015-02-16 00:08:49 +00:00
names.go
ycbcr_test.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00
ycbcr.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00