diff options
author | powtrix <powtrix@gmail.com> | 2011-12-11 23:23:37 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:46 -0200 |
commit | af19b2e74b544d59fd711a4215c261f5ceb2ad61 (patch) | |
tree | c87d76c334584aa5ed8a9f6135380e3f906d5bf3 /libraries/libwebp/README | |
parent | 20d5a40ea0e29b7ca515bc24ad6d422213189250 (diff) | |
download | slackbuilds-af19b2e74b544d59fd711a4215c261f5ceb2ad61.tar.gz |
libraries/libwebp: Added (WebP photo compression library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libwebp/README')
-rw-r--r-- | libraries/libwebp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libwebp/README b/libraries/libwebp/README new file mode 100644 index 0000000000..947913d3da --- /dev/null +++ b/libraries/libwebp/README @@ -0,0 +1,5 @@ +WebP is a method of lossy compression that can be used on photographic +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. |