ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

WebP: Missing features

Open brianpopow opened this issue 4 years ago • 3 comments

Description

This is a tracking issue for missing webp features. The following features for webp are still missing.

  • ~Decode animated webp images.~ done with #1985
  • Encode animated webp images.
  • ~Decode and store XMP profile.~ done with #1918
  • ~Encode Alpha channel of Lossy images with the lossless encoder and store it in ALPH chunk.~ done in #1971

Any help from the community would be highly appreciated.

brianpopow avatar Nov 01 '21 12:11 brianpopow

@bytehydrant Do you still have your fork with the in-progress animation support?

We're in a good place now to continue working against. https://github.com/SixLabors/ImageSharp/issues/121#issuecomment-890502421

JimBobSquarePants avatar Nov 01 '21 12:11 JimBobSquarePants

@JimBobSquarePants, sorry for the (yikes) 3-month delay in response. Apparently, I had notifications turned off and didn't see this 'til just now. Yeah, the fork linked from my original post is still there. I've not touched it since then.

bytehydrant avatar Feb 18 '22 21:02 bytehydrant

No worries @bytehydrant , Thanks for getting back to me.

@brianpopow has recently opened a PR for supporting decoding animated Webp in #1985 It's be really useful to us if you could cast an eye over that code and do a review. Thanks!

JimBobSquarePants avatar Feb 26 '22 01:02 JimBobSquarePants

Fixed with #2569

JimBobSquarePants avatar Nov 06 '23 22:11 JimBobSquarePants