-
I used this plugin,[parcel-plugin-imagemin](https://github.com/DeMoorJasper/parcel-plugin-imagemin) to minify animated WebP images , but it's failed with error "not supporting animated WebP".
So, i…
-
Hello, do you have any plans to support rendering Lottie files to animated WebP?
Dwite updated
4 years ago
-
Currently, only the first frame of animated PNG is converted, left most animated PNGs became static images for most non-logged in users on 52Poké Wiki and other sites.
-
This tool is pretty awesome! I was wondering if webp and/or apng support is also on the table for importing?
For webp I'd imagine you would need to add libwebp, as for apng I'm not sure. However I am…
-
(optionally, of course)
Putting point on an image and running `(image-animate (image--get-image))` will cause it to animate once, so this is clearly possible. Likely slightly annoying and difficult…
-
-
Originally reported by [https://github.com/mattermost/mattermost/issues/26704](https://github.com/mattermost/mattermost/issues/26704|smart-link)
Repro steps:
1. Post one of the animated webps f…
-
**Problem**
When manganis optimizes an animated webp/avif/gif file, it appears to strip the animation to a static image.
**Steps To Reproduce**
Steps to reproduce the behavior:
- Just use …
-
```
@implementation UIImage (WebP)
+ (UIImage *)xx_imageWithWebPData:(NSData *)data {
CFDataRef dataRef = (__bridge CFDataRef)data;
YYImageType type = YYImageDetectType(dataRef);
NSInteger fram…
-
When uploading an animated webp via the API, an error will be returned and the server logs will say something like `riff: short chunk header`.
This is due to Go not yet supporting decoding of anima…