mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
Add Alpha encode/decode code.
Add code for Alpha encoding & decoding. The alpha compression is done via backward reference counts encoded with Arithmetic encoder (TCoder). Also provided is lossy Alpha pre-processing option via level-quantizations using kNN heuristic. Change-Id: Ib6b13530c1a4ab6493edcb586ad29fe242bc1766
This commit is contained in:
@ -175,8 +175,11 @@ X_OBJS= \
|
||||
$(DIROBJ)\enc\tree.obj \
|
||||
$(DIROBJ)\enc\webpenc.obj \
|
||||
$(DIROBJ)\mux\mux.obj \
|
||||
$(DIROBJ)\utils\alpha.obj \
|
||||
$(DIROBJ)\utils\bit_reader.obj \
|
||||
$(DIROBJ)\utils\bit_writer.obj \
|
||||
$(DIROBJ)\utils\quant_levels.obj \
|
||||
$(DIROBJ)\utils\tcoder.obj \
|
||||
$(DIROBJ)\utils\thread.obj \
|
||||
$(RESOURCE) \
|
||||
|
||||
|
Reference in New Issue
Block a user