mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
doc/webp-container-spec: don't use 'currently'
Provide examples of formats that WebP performs better than. https://developers.google.com/style/timeless-documentation Change-Id: I4ead60be349d8650478788484989bde9ff18f6b6
This commit is contained in:
parent
bb06a16ed1
commit
1de35f476b
@ -20,13 +20,13 @@ WebP Container Specification
|
|||||||
Introduction
|
Introduction
|
||||||
------------
|
------------
|
||||||
|
|
||||||
WebP is an image format that uses either (i) the VP8 key frame encoding
|
WebP is an image format that uses either (i) the VP8 key frame encoding to
|
||||||
to compress image data in a lossy way, or (ii) the WebP lossless encoding
|
compress image data in a lossy way, or (ii) the WebP lossless encoding (and
|
||||||
(and possibly other encodings in the future). These encoding schemes should
|
possibly other encodings in the future). These encoding schemes should make it
|
||||||
make it more efficient than currently used formats. It is optimized for fast
|
more efficient than older formats such as JPEG, GIF and PNG. It is optimized for
|
||||||
image transfer over the network (for example, for websites). The WebP format has
|
fast image transfer over the network (for example, for websites). The WebP
|
||||||
feature parity (color profile, metadata, animation, etc.) with other formats as
|
format has feature parity (color profile, metadata, animation, etc.) with other
|
||||||
well. This document describes the structure of a WebP file.
|
formats as well. This document describes 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
|
||||||
|
Loading…
Reference in New Issue
Block a user