we (web engine): Experimental web browser project to understand the limits of Claude

Fix LZW code size increment to use early change (>= instead of >) master

The GIF LZW decoder used "late change" (>) for the code size bump, but the de-facto GIF standard uses "early change" (>=). Most GIF encoders switch to the next code size when next_code reaches (1 << code_size), so the decoder must match. Updated affected test bitstreams to encode with the correct code widths after the bump. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>


+9 -9
1 changed file