mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
c975c44ea5
- Make sure alpha flag is set in case of a lossless file with VP8X chunk. The semantic of ALPHA_FLAG changes with this: it means the images contain alpha (rather than ALPH chunk in particular). - Update the mux container spec to add 1-line description of alpha flag. - Rename "HasLosslessImages()" to "MuxHasLosslessImages()", and other similar function renames. - Rename FeatureFlags to WebPFeatureFlags - Elaborated a comment for a special case. - A misc comment fix. Change-Id: If212ccf4338c125b4c71c10bf281a51b3ba7ff45 |
||
---|---|---|
.. | ||
README | ||
template.html | ||
TODO | ||
webp-container-spec.txt |
Generate HTML Container Spec Doc from Text Source ================================================= HTML generation requires kramdown [1], easily installed as a rubygem [2]. Rubygems installation should satisfy dependencies automatically. [1]: http://kramdown.rubyforge.org/ [2]: http://rubygems.org/ HTML generation can then be done from the project root: $ kramdown doc/webp-container-spec.txt --template doc/template.html > \ doc/output/webp-container-spec.html