Skip to content

Webp green pixels at the bottom of picture #112

Closed Answered by saucecontrol
leventefabry-mof asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks! I was able to reproduce the issue using your sample.

There is an off-by-1 bug in the encoder that's triggered by an image height that happens to be exactly one greater than a multiple of 8 (e.g. 465 = 58 * 8 + 1) under certain circumstances, leaving the last row of the image undefined. The fix is simple, but I'll need to adjust my release strategy to get an updated package published. Might take me a few days to figure out the best way to handle it.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@saucecontrol
Comment options

Answer selected by saucecontrol
@leventefabry-mof
Comment options

@leventefabry-mof
Comment options

@saucecontrol
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants