Uh oh!
There was an error while loading. Please reload this page.
Add support for decoding webp images with animations - #1985
Conversation
JimBobSquarePants
commented
Mar 15, 2022
I think this one will have to wait 'til after 2.1 It's a lot to review. You're a machine! |
brianpopow
commented
Mar 15, 2022
Sure, no problem |
# Conflicts: # src/ImageSharp/Formats/Webp/WebpDecoder.cs
# Conflicts: # src/ImageSharp/Formats/Webp/WebpDecoderCore.cs # tests/ImageSharp.Tests/TestImages.cs
JimBobSquarePants
commented
Apr 28, 2022
@brianpopow I've started reviewing this. Late now though so will pick up tomorrow. |
iambipinpaul
commented
Apr 29, 2022
Does this PR also handles support for Encode animated webp images. ie converting Gif to Webp |
brianpopow
commented
Apr 29, 2022
No, only decoding is covered with this PR, but I plan to add support for encoding once this PR is merged. |
iambipinpaul
commented
May 17, 2022
Hope support for encoding webp images with animations is coming soon. |
JimBobSquarePants
commented
May 17, 2022
@iambipinpaul yeah no mate. Don’t comment with rubbish like that. Do it again and you’ll be banned. It happens when it happens. Everyone contributing does so in their spare time. |
iambipinpaul
commented
May 18, 2022
Yes, I know. Maybe English is not my first language so. Thank you! |
Prerequisites
Description
This PR will add support for decoding webp images with animations.
Related to #1802