Skip to content

Conversation

@steschu77
Copy link
Contributor

According to the WebP specification:

WebP is an image format that uses either (i) the VP8 key frame encoding to compress image data in a lossy way, [...]

The VP8 bitstream in a WebP container must always represent a key frame (frame type 0).

The existing code already only supported key-frame coding; this change reorganizes the code to make that restriction explicit and removes unused non-key-frame handling paths.

Note
Turn off whitespace changes in the diff view for a clearer comparison - many lines were only re-indented.

@fintelia fintelia merged commit 3529fd1 into image-rs:main Nov 13, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants