Uh oh!
There was an error while loading. Please reload this page.
Animated webp encoder - #2569
Conversation
How to start workflow? |
JimBobSquarePants
commented
Oct 23, 2023
Crikey you’re fast!! Workflows need permission to run from the repository owner. I’ll run it now. |
682218a to
62ab3a1ComparePoker-sang
commented
Oct 23, 2023
I tried to play the encoded out image in my local image viewer and it plays fine. But I'm not sure how to write a good unit test to verify it. |
JimBobSquarePants
commented
Oct 23, 2023
I would look at our Gif unit tests. We test using individual frames plus do metadata tests to ensure consistency. |
@JimBobSquarePants To avoid creating |
JimBobSquarePants
commented
Oct 24, 2023
If it's not used yeah. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Poker-sang
commented
Oct 25, 2023
I'm sorry I used Resharper to refactor to |
dcadefd to
d448321CompareJimBobSquarePants
commented
Oct 30, 2023
We need to throw some test images at this now. I would like to see some testing involving alpha blending as I think we've previously implemented it incorrectly. If it works anything like png the blend should take place per scanline where a temp buffer is used to fold the initial decode before blending it with the frame row. If you look at the latest changes to #2511 you can see how it is implemented there. |
Poker-sang
commented
Oct 30, 2023
Do you mean that I should modify the WebP decoder and encoder according to APNG? Especially to address issues that arise with Blending and Disposing. Then select some new test images? |
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
Description
Animated webp encoder
closed#2521