summaryrefslogtreecommitdiffstats
path: root/graphics-libs/libwebp/DETAILS
blob: 7d6892650bb8074c1feff57e6d29753e6ed6d699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=libwebp
         VERSION=1.2.3
  SECURITY_PATCH=1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.webmproject.org/releases/webp/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=webp.gpg:$SOURCE2:UPSTREAM_KEY
    SOURCE2_HASH=sha512:4320ac0b0f0c5571a0d6ead3dc588e1847629168888305cec8b37eaedbbf906d31258a285275d5a02becae853d7cf8a9f0ae0f5f9efa09c68ebc869e7dd132a2
        WEB_SITE=https://developers.google.com/speed/webp/
         ENTERED=20121124
      LICENSE[0]=GOOGLE
        KEYWORDS="graphics libs"
           SHORT="libwebp is a library that supports the WEB-P graphics format."
cat << EOF
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. 
EOF