go/src/image
tomocy fc9f02c7ae image: use Rectangle{} instead of ZR
ZR is deprecated,
so replace it with the literal Rectangle to represent the zero value.

Change-Id: I68c0ffec808eaed1e8c352bf364d295c0041594e
GitHub-Last-Rev: 850472888d
GitHub-Pull-Request: golang/go#69136
Reviewed-on: https://go-review.googlesource.com/c/go/+/609516
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Nigel Tao <nigeltao@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2024-09-01 15:47:54 +00:00
..
color
draw image: use built-in clear to simplify code 2024-03-11 17:08:05 +00:00
gif all: make function comments match function names 2024-06-03 14:56:25 +00:00
internal/imageutil
jpeg image/jpeg: ignore garbage bytes before a RST marker 2024-04-25 00:46:29 +00:00
png image/png: remove go-fuzz test 2024-05-06 22:40:18 +00:00
testdata image/jpeg: ignore garbage bytes before a RST marker 2024-04-25 00:46:29 +00:00
decode_example_test.go
decode_test.go
format.go
geom.go image: use Rectangle{} instead of ZR 2024-09-01 15:47:54 +00:00
geom_test.go
image.go
image_test.go
names.go
ycbcr.go
ycbcr_test.go