code wiki / webp

topic: webp

10 modules sharing the webp name family (derived from the tree's prefix discipline).

The 'webp' topic family in the Nishi sovereign ecosystem provides tools for handling WebP images within the NishiLang framework, supporting both lossy and lossless compression. The nx_webp module manages the WebP container and VP8L decoding, while nx_webp_alpha extends this with VP8X and alpha channel support. nx_webp_decode serves as the core decoder, building from the first byte, ensuring robustness and compliance with the format's specifications.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_webp.nxWebP container + the VP8L DecodeImageStream orchestrator.3346
nx_webp_alpha.nxWebP VP8X extended container + ALPH alpha channel.22911
nx_webp_alpha_gate.nxproves VP8X + ALPH by exact filter ROUND-TRIP.2013
nx_webp_decode.nxSOVEREIGN WebP decoder, built from the first byte up (operator 2026-07-29:1012
nx_webp_dump.nxLOOK-gate probe: decode _build/kat_vp8l.webp through the REAL consumer entry493
nx_webp_huff.nxVP8L Huffman code-group reader (WebP lossless).2418
nx_webp_huff_gate.nxproves the VP8L Huffman code-group reader.1272
nx_webp_mapdump.nxdecisive instrument: walk the fixture's transform list and print BOTH1115
nx_webp_vp8l.nxsovereign WebP VP8L (lossless) pixel decoder.40423
nx_webp_vp8l_gate.nxproves the VP8L pixel-decoder math and the WebP1752