1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/image
Jeff R. Allen 87700cf75d image/gif: reject a GIF image if frame bounds larger than image bounds
The GIF89a spec says: "Each image must fit within the
boundaries of the Logical Screen, as defined in the
Logical Screen Descriptor." Also, do not accept
GIFs which have too much data for the image size.

R=nigeltao, jra, r
CC=bradfitz, golang-dev
https://golang.org/cl/7602045
2013-03-22 09:30:31 -07:00
..
color build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
draw image/draw: fast-path for 4:4:0 chroma subsampled sources. 2012-10-19 10:55:41 +11:00
gif image/gif: reject a GIF image if frame bounds larger than image bounds 2013-03-22 09:30:31 -07:00
jpeg image/jpeg: ignore extraneous data, the same as what libjpeg does. 2013-03-13 10:44:45 +11:00
png image/png: always set up palette during DecodeConfig 2013-03-04 14:54:36 +11:00
testdata image/jpeg: handle those (unusual) grayscale images whose sampling 2013-01-07 16:16:11 +11:00
decode_example_test.go image: add Decode example. 2012-02-18 15:09:01 +11:00
decode_test.go image/jpeg: decode progressive JPEGs. 2012-10-15 11:21:20 +11:00
format.go cmd/gofmt, bufio, image: Consistency and error handling. 2013-01-07 11:15:53 +11:00
geom.go image: fix typo in Rectangle.Sub comment. 2012-01-18 10:55:03 +11:00
image_test.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
image.go doc: added The Go image package article 2012-03-28 14:20:51 +11:00
names.go image: fix doc typo 2012-07-01 23:12:42 -04:00
ycbcr_test.go image/jpeg: support for reading 4:4:0 subsampling. 2012-06-27 14:37:17 -07:00
ycbcr.go image/jpeg: support for reading 4:4:0 subsampling. 2012-06-27 14:37:17 -07:00