1
0
mirror of https://github.com/golang/go synced 2024-11-06 02:16:10 -07:00
go/src/image
Nigel Tao 16663a85ba image/png: decode Gray8 transparent images.
Fixes #19553.

Change-Id: I414cb3b1c2dab20f41a7f4e7aba49c534ff19942
Reviewed-on: https://go-review.googlesource.com/38271
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-03-17 07:50:05 +00:00
..
color image/color: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 22:57:50 +00:00
draw
gif image/gif: handle an extra data sub-block byte. 2017-03-02 23:49:32 +00:00
internal/imageutil image/color: tweak the YCbCr to RGBA conversion formula again. 2017-02-10 22:57:50 +00:00
jpeg
png image/png: decode Gray8 transparent images. 2017-03-17 07:50:05 +00:00
testdata
decode_example_test.go
decode_test.go
format.go
geom_test.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
geom.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
image_test.go
image.go
names.go
ycbcr_test.go
ycbcr.go