mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-02 08:48:23 +01:00
dcbb1ca54a
new option: -blend_alpha 0xrrggbb
also: don't force picture.use_argb value for lossless. Instead,
delay the YUVA<->ARGB conversion till WebPEncode() is called.
This make the blending more accurate when source is ARGB
and lossy compression is used (YUVA).
This has an effect on cropping/rescaling. E.g. for PNG, these
are now done in ARGB colorspace instead of YUV when lossy compression
is used.
Change-Id: I18571f1b1179881737a8dbd23ad0aa8cddae3c6b
(cherry picked from commit
|
||
---|---|---|
.. | ||
alpha.c | ||
analysis.c | ||
backward_references.c | ||
backward_references.h | ||
config.c | ||
cost.c | ||
cost.h | ||
filter.c | ||
frame.c | ||
histogram.c | ||
histogram.h | ||
iterator.c | ||
layer.c | ||
Makefile.am | ||
picture.c | ||
quant.c | ||
syntax.c | ||
token.c | ||
tree.c | ||
vp8enci.h | ||
vp8l.c | ||
vp8li.h | ||
webpenc.c |