зеркало из https://github.com/golang/image.git
3a9bac650e
This does for x/image what https://go-review.googlesource.com/c/go/+/45111/ did for the standard library's compress/lzw. The x variant is a fork of the stdlib, with an extra, explicit tweak because the TIFF format is "off by one" - a mistake (not Go specific) somebody introduced decades ago and that we can never fix, given all the existing TIFF files out there in the wild. When previously patching the stdlib variant, I was supposed to also patch the x variant, but forgot. Updates golang/go#11386 Change-Id: Ic74f9014d2d048ee12cdd151332db62b76f1cde2 Reviewed-on: https://go-review.googlesource.com/c/image/+/191221 Reviewed-by: Bryan C. Mills <bcmills@google.com> |
||
---|---|---|
.. | ||
lzw | ||
buffer.go | ||
buffer_test.go | ||
compress.go | ||
consts.go | ||
fuzz.go | ||
reader.go | ||
reader_test.go | ||
writer.go | ||
writer_test.go |