mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +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:
@ -1,10 +1,12 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
libwebputils_la_SOURCES = bit_reader.h bit_reader.c \
|
||||
libwebputils_la_SOURCES = alpha.h alpha.c \
|
||||
bit_reader.h bit_reader.c \
|
||||
bit_writer.h bit_writer.c \
|
||||
quant_levels.c \
|
||||
tcoder.h tcoderi.h tcoder.c \
|
||||
thread.h thread.c
|
||||
libwebputils_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebputils_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)
|
||||
libwebputilsinclude_HEADERS = ../webp/types.h
|
||||
libwebputilsincludedir = $(includedir)/webp
|
||||
|
||||
|
Reference in New Issue
Block a user