aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorVikas Arora <vikasa@google.com>2011-07-13 16:37:55 +0530
committerVikas Arora <vikasa@google.com>2011-07-15 11:07:05 +0530
commit466727975bcc57c0c5597bcd0747a2fe4777b303 (patch)
tree8cf33c518bb19008120b8004622705e50fd1ee36 /README.android
parent3417a639b7b2a482a76019e987c9cfb5045e1cee (diff)
downloadwebp-466727975bcc57c0c5597bcd0747a2fe4777b303.tar.gz
Synced the WebP Code (Encoder/Decoder) with Head.
Added three color-spaces viz ARGB_8888, RGBA_4444, RGB_565 supported by Android. - Mentioned the WebP head change#Ia53f845b (https://review.webmproject.org/#change,2650) - Changed the color-mode ARGB_4444 to RGBA_4444 (this is the actual one used in Skia). - Fixed one bug (4 bit overflow) with RGBA_4444 mode. Change-Id: I5536ec10176eae01316b09ba82a55dab6055de3d
Diffstat (limited to 'README.android')
-rw-r--r--README.android3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.android b/README.android
index 0c519cc9..36284d6e 100644
--- a/README.android
+++ b/README.android
@@ -17,6 +17,9 @@ Local modifications:
- Added WebP Encoder (ver 0.1.2) as well
- Removed some more unused Makefile.am & Makefile.in
- Added Android.mk to encoder & decoder code levels.
+- Synced the WebP Code (Encoder/Decoder) with the head change#Ia53f845b
+ - Added three color-spaces viz ARGB_8888, RGBA_4444, RGB_565
+ supported by Android.
The Android.mk file creates WebP Decoder and Encoder static libraries which
can be added to any application by Adding to LOCAL_STATIC_LIBRARIES