From dba37fea0e1749613f0fe53778732ff8259f67bc Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Thu, 12 Jan 2012 05:19:22 +0000 Subject: [PATCH] Update webp container spec with alpha filter options. Change-Id: I032f350c8c698aeb139f7dd148f01a0a3b012b6d --- doc/webp-container-spec.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/webp-container-spec.txt b/doc/webp-container-spec.txt index 5061a713..d196e308 100644 --- a/doc/webp-container-spec.txt +++ b/doc/webp-container-spec.txt @@ -521,13 +521,24 @@ the bit-stream for the Alpha-chunk is still experimental and expected to change. The contents of such a chunk are as follows: - * Byte 0: The _compression method_ used. Currently two methods are - supported: + * Byte 0 lower nibble: The _compression method_ used. Currently two methods + are supported: * 0 --> No compression * 1 --> Backward reference counts encoded with arithmetic encoder. + * Byte 0 upper nibble: The _filtering method_ used. Currently the following + methods are supported: + + * 0 --> No filter + + * 1 --> Horizontal filter + + * 2 --> Vertical filter + + * 3 --> Gradient filter + * Byte 1: _Reserved_. **Should** be 0. * Byte 2 onwards: _Encoded alpha bitstream_.