go/src/image
Andy Pan 0694fb3d78 image: resolve the TODO of doc comment style
Change-Id: Ic7701a9e4635fe1a331c9a1df776ed580759eb9d
Reviewed-on: https://go-review.googlesource.com/c/go/+/268758
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
Trust: Nigel Tao <nigeltao@golang.org>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Trust: Rob Pike <r@golang.org>
2021-02-24 01:35:53 +00:00
..
color all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
draw image/draw: optimize paletted dst + uniform src 2020-04-27 23:05:16 +00:00
gif all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
internal/imageutil all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
jpeg image: resolve the TODO of doc comment style 2021-02-24 01:35:53 +00:00
png image: resolve the TODO of doc comment style 2021-02-24 01:35:53 +00:00
testdata image/gif: fix transparency loss when encoding a wrapped *image.Paletted 2019-05-22 20:41:27 +00:00
decode_example_test.go image: add an example that shows how to get the metadata of an image 2018-05-29 03:16:17 +00:00
decode_test.go image: add missing error check in test 2019-05-23 15:51:48 +00:00
format.go image: make RegisterFormat safe for concurrent use 2018-09-26 23:14:57 +00:00
geom.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
geom_test.go image: fix the overlap check in Rectangle.Intersect. 2017-02-10 05:05:59 +00:00
image.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
image_test.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
names.go image: add a NewUniform doc comment 2020-04-29 11:47:27 +00:00
ycbcr.go image: guard against NewXxx integer overflow 2020-04-29 11:57:50 +00:00
ycbcr_test.go image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. 2015-02-26 00:14:16 +00:00