summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-11-17 18:25:13 -0800
committerJames Zern <jzern@google.com>2022-11-17 18:25:13 -0800
commite3ba2b1f5b6aebe32c2afbad982316710b49c295 (patch)
tree72b7256162285f8135d7675e1d8203ecd37148f3
parent1e8e3ded212a276e3df11822f784d6bda6cfdc93 (diff)
downloadlibwebp-e3ba2b1f5b6aebe32c2afbad982316710b49c295.tar.gz
webp-lossless-bitstream-spec,cosmetics: reflow abstract
Bug: webp:448 Change-Id: Ie975dbb52687c6c068b029fc8f84db8cf189523a
-rw-r--r--doc/webp-lossless-bitstream-spec.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/webp-lossless-bitstream-spec.txt b/doc/webp-lossless-bitstream-spec.txt
index 7c140f49..79a8ea00 100644
--- a/doc/webp-lossless-bitstream-spec.txt
+++ b/doc/webp-lossless-bitstream-spec.txt
@@ -21,16 +21,15 @@ Paragraphs marked as \[AMENDED2\] were amended on 2022-05-13.
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 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
-table. LZ77, prefix coding, and a color cache are used for compression
-of the bulk data. Decoding speeds faster than PNG have been
-demonstrated, as well as 25% denser compression than can be achieved
-using today's PNG format.
+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 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 table. LZ77, prefix coding, and a color cache
+are used for compression of the bulk data. Decoding speeds faster than PNG have
+been demonstrated, as well as 25% denser compression than can be achieved using
+today's PNG format.
* TOC placeholder