1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:54:42 -07:00
go/src/image
Suyash 445f51fb11 image/png: add Encode and Decode examples
partially addresses #16360

Change-Id: I8274825b9ca6aec46294c8513b4795b0eb3062a2
Reviewed-on: https://go-review.googlesource.com/28992
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-09-21 19:47:04 +00:00
..
color image/color: optimize RGBToYCbCr 2016-04-27 06:19:37 +00:00
draw image/draw: add FloydSteinberg Drawer example 2016-09-21 00:08:58 +00:00
gif image/gif: accept an out-of-bounds transparent color index. 2016-04-29 00:01:22 +00:00
internal/imageutil image/draw: remove some bounds checks from DrawYCbCr 2016-04-17 06:25:28 +00:00
jpeg
png image/png: add Encode and Decode examples 2016-09-21 19:47:04 +00:00
testdata
decode_example_test.go
decode_test.go
format.go
geom_test.go
geom.go
image_test.go
image.go
names.go
ycbcr_test.go
ycbcr.go