From 5097ef625578fbcc5c43e8fb1aa4a27a6ffb65fc Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 17 Nov 2022 19:13:39 -0800 Subject: [PATCH] webp-container-spec,cosmetics: grammar/capitalization Bug: webp:448 Change-Id: I8b5e218df95436b6b8b2ecc751c70015d46fe7a0 --- doc/webp-container-spec.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt index 1b3dabd4..20a9c7ff 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -555,8 +555,8 @@ Pre-processing (P): 2 bits been performed during compression. The decoder can use this information to e.g. dither the values or smooth the gradients prior to display. - * `0`: no pre-processing - * `1`: level reduction + * `0`: No pre-processing. + * `1`: Level reduction. Filtering method (F): 2 bits @@ -594,9 +594,9 @@ into the \[0..255\] one: `alpha = (predictor + X) % 256` -There are special cases for left-most and top-most pixel positions: +There are special cases for the left-most and top-most pixel positions: - * Top-left value at location (0,0) uses 0 as predictor value. Otherwise, + * The top-left value at location (0, 0) uses 0 as predictor value. Otherwise, * For horizontal or gradient filtering methods, the left-most pixels at location (0, y) are predicted using the location (0, y-1) just above. * For vertical or gradient filtering methods, the top-most pixels at @@ -703,7 +703,7 @@ EXIF chunk: Exif Metadata: _Chunk Size_ bytes -: image metadata in Exif format. +: Image metadata in Exif format. XMP chunk: @@ -718,7 +718,7 @@ XMP chunk: XMP Metadata: _Chunk Size_ bytes -: image metadata in XMP format. +: Image metadata in XMP format. Note the fourth character in the 'XMP ' FourCC is an ASCII space (0x20).