Something went wrong. Try again.
we (web engine): Experimental web browser project to understand the limits of Claude
Something went wrong. Try again.
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>
Author Pierre Le Fevre Co-author Claude Opus 4.6 Date (Mar 13, 2026, 4:53 PM UTC) Commit 2f52c302 2f52c302b7f9310815823bc50af4e10f9b97515f Parent f4152cff f4152cff45500adaeb5c33880bbe67eafed28d91