Closed GoogleCodeExporter closed 9 years ago
Original comment by pascal.m...@gmail.com
on 12 Jun 2013 at 8:21
To answer your two questions:
(1) Your understanding about the alpha-blending is correct.
In fact, supporting two blend modes was suggested earlier too, and we are
considering the same:
https://groups.google.com/a/webmproject.org/d/msg/webp-discuss/fD_nrJibs_4/rjNb9
wVpucoJ
Quoting from that email thread:
"We are seriously considering to add this option. It has good potential
technically, and it can easily go into the ANMF chunk (which has 7 reserved
bits right now).
At the same time, it would be good to have the spec, API and gif2webp all
supporting and making use of that option. That would help to prove its
practical usefulness too.
So, we are opting to defer the decision of adding this option to the next minor
release based on evaluations. (Note that if we choose to add this option,
backward compatibility will still be ensured with 0.3.0, as we could specify
that value of '0' would mean 'blend' and '1' would mean 'no blend')."
(2) Alpha-blending is a floating-point operation, yes. However it's mandatory.
Original comment by urv...@google.com
on 12 Jun 2013 at 9:53
Hi,
This was implemented sometime back in the following patches:
Spec: https://gerrit.chromium.org/gerrit/#/c/65379/
Libraries: https://gerrit.chromium.org/gerrit/#/c/65381/
gif2webp: https://gerrit.chromium.org/gerrit/#/c/65386/
vwebp: https://gerrit.chromium.org/gerrit/#/c/65387/
webpmux: https://gerrit.chromium.org/gerrit/#/c/67008/
Original comment by urv...@google.com
on 13 Sep 2013 at 9:45
Original issue reported on code.google.com by
palsto...@gmail.com
on 11 Jun 2013 at 10:17