diff options
author | powtrix <powtrix@gmail.com> | 2015-01-03 08:13:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-04 00:26:32 +0700 |
commit | 5febcb9fbbbd2ed92a33477b251a0b679f2306a0 (patch) | |
tree | 7997341c156c96931f9ad8b0cfec770e1063af38 /libraries/libwebp | |
parent | 9b253afa2b8babdc00d31dde8c5b5825f4429d8b (diff) | |
download | slackbuilds-5febcb9fbbbd2ed92a33477b251a0b679f2306a0.tar.gz |
libraries/libwebp: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libwebp')
-rw-r--r-- | libraries/libwebp/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/libwebp/README b/libraries/libwebp/README index 947913d3da..e2081d56f1 100644 --- a/libraries/libwebp/README +++ b/libraries/libwebp/README @@ -3,3 +3,16 @@ images. The degree of compression is adjustable so a user can choose the trade-off between file size and image quality. WebP typically achieves an average of 39% more compression than JPEG and JPEG 2000, without loss of image quality. + +WebP is a new image format that provides lossless and lossy compression for +images on the web. WebP lossless images are 26% smaller in size compared to +PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at +equivalent SSIM index. + +WebP supports lossless transparency (also known as alpha channel) with just 22% +additional bytes. Transparency is also supported with lossy compression and +typically provides 3x smaller file sizes compared to PNG when lossy compression +is acceptable for the red/green/blue color channels. + +Webmasters and web developers can use the WebP image format to create smaller +and richer images that can help make the web faster. |