slackbuilds/libraries/libwebp
Heinz Wiesinger 22063600e8 libraries/libwebp: Also strip generated python bindings.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2016-02-23 00:57:51 +07:00
..
README libraries/libwebp: Update README. 2015-01-04 00:26:32 +07:00
libwebp.SlackBuild libraries/libwebp: Also strip generated python bindings. 2016-02-23 00:57:51 +07:00
libwebp.info libraries/libwebp: Updated for version 0.4.3. 2015-04-03 20:50:23 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.

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.