summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-11-17 18:22:56 -0800
committerJames Zern <jzern@google.com>2022-11-17 18:22:56 -0800
commit1e8e3ded212a276e3df11822f784d6bda6cfdc93 (patch)
tree80cf9bb00a15c34a8691b622918f1af6377b2c91
parentf6a4684ba802f2866b8355dd590f99770bbc5fe6 (diff)
downloadlibwebp-1e8e3ded212a276e3df11822f784d6bda6cfdc93.tar.gz
webp-lossless-bitstream-spec: reword abstract re alpha
'zero alpha pixels' was a bit hard to parse; replace this with something more explicit Bug: webp:448 Change-Id: Ifc8c93af5520ffdafc58e3fc311dfb4cb19626e9
-rw-r--r--doc/webp-lossless-bitstream-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt
index 9f013724..7c140f49 100644
--- a/doc/webp-lossless-bitstream-spec.txt
+++ b/doc/webp-lossless-bitstream-spec.txt
@@ -23,7 +23,7 @@ Abstract
WebP lossless is an image format for lossless compression of ARGB
images. The lossless format stores and restores the pixel values
-exactly, including the color values for zero alpha pixels. The
+exactly, including the color values for pixels whose alpha value is 0. The
format uses subresolution images, recursively embedded into the format
itself, for storing statistical data about the images, such as the used
entropy codes, spatial predictors, color space conversion, and color