doc/webp-container-spec: rm future codec comment

From the compression standpoint the file format is fixed at this point.

Change-Id: I788fcf7106e4840bf2f9950dfb099a7bab88b3bf
This commit is contained in:
James Zern 2023-05-26 22:19:35 +00:00
parent c369c4bf0b
commit 15b365083d

View File

@ -21,12 +21,12 @@ Introduction
------------ ------------
WebP is an image format that uses either (i) the VP8 key frame encoding to WebP is an image format that uses either (i) the VP8 key frame encoding to
compress image data in a lossy way, or (ii) the WebP lossless encoding (and compress image data in a lossy way, or (ii) the WebP lossless encoding. These
possibly other encodings in the future). These encoding schemes should make it encoding schemes should make it more efficient than older formats such as JPEG,
more efficient than older formats such as JPEG, GIF and PNG. It is optimized for GIF and PNG. It is optimized for fast image transfer over the network (for
fast image transfer over the network (for example, for websites). The WebP example, for websites). The WebP format has feature parity (color profile,
format has feature parity (color profile, metadata, animation, etc.) with other metadata, animation, etc.) with other formats as well. This document describes
formats as well. This document describes the structure of a WebP file. the structure of a WebP file.
The WebP container (that is, the RIFF container for WebP) allows feature support The WebP container (that is, the RIFF container for WebP) allows feature support
over and above the basic use case of WebP (that is, a file containing a single over and above the basic use case of WebP (that is, a file containing a single