-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Image processing library currently used by Repacker, ImageSharp, doesn't have fully implemented animated WebP support yet. And I don't really want to switch to Magick (which does have support for it) because of its unreasonable file size for a one feature in something that's supposed to be a lightweight tool.
There are two solutions to consider:
- use this modified wrapper for WebP library
- make a basic parser utility class in Repacker to transform animated WebP into a list of static WebP images and viceversa.
In both cases, it's a temporary workaround that should be removed when proper support for loading and storing animated WebP comes to ImageSharp.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request