-
TIL about `ImageDecoder`: https://developer.mozilla.org/en-US/docs/Web/API/ImageDecoder
Sample:
```html
WebCodecs Animated GIF Renderer
let imageDecoder = null;
let image…
-
### Description:
When uploading an animated WEBP file, it appears to upload successfully, but doesn't become available in the channel it was uploaded to. No post occurs following the upload…
-
I would like to use Nuke to deal with web image loading and image cache.
And I also have need for loading animated WebP image so I import NukeWebPPlugin.
I wrote some code with Nuke for testing:
…
-
Hi,
I see that it is possible for Sharp to convert Gif to animated Webp files in their [doc](https://sharp.pixelplumbing.com/api-constructor). Is it possible in image tools? currently, the conversi…
-
Use command line arguments in your script.
Example WebP_Animated_Extractor.py some_dir_or_file
Example:
```
import sys, getopt
def main(argv):
inputfile = ''
outputfile = ''
opts,…
-
This would be handy for static gif files or any animated gif one wanted to save as an image. At the moment, the only options available for creating a preset are to convert to a video format.
-
## Feature request
### What are you trying to achieve?
I need to check whether or not an image is animated (eg animated gif or webp). This may already be possible by checking something like `met…
-
Hello,
I am trying to apply a tint to an `svg` image but it seems no matter what I try none of them work.
I have already tried applying each modifier individually but I just wanted to show what I …
-
-
**Describe the bug**
Webp is not supported as much as gif. While the image is still properly displayed, it is not animated as it should be.
**To Reproduce**
Steps to reproduce the behavior:
1. I…