Skip to content

Commit

Permalink
webp-lossless-bitstream-spec: fix inv color txfm description
Browse files Browse the repository at this point in the history
The prose describing the process was missed in:
44dd765 webp-lossless-bitstream-spec: fix ColorTransform impl

Bug: webp:448
Bug: webp:551
Change-Id: If5fb95103ffedeed113e3ad62510f3a19bfd280e
  • Loading branch information
jzern committed Nov 22, 2022
1 parent c6ac672 commit 786497e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/webp-lossless-bitstream-spec.txt
Expand Up @@ -464,7 +464,7 @@ image and encoded using the methods described in
During decoding, `ColorTransformElement` instances of the blocks are
decoded and the inverse color transform is applied on the ARGB values of
the pixels. As mentioned earlier, that inverse color transform is just
subtracting `ColorTransformElement` values from the red and blue
adding `ColorTransformElement` values to the red and blue
channels.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 786497e

Please sign in to comment.