gifler icon indicating copy to clipboard operation
gifler copied to clipboard

Render GIF frames to canvas

Results 9 gifler issues
Sort by recently updated
recently updated
newest added

Hello :) Does it have function to delete old gif and load new? Something like this: ``` gif = gifler(srcTexture); gif.animate(canvasTexture); gif.delete() gif = gifler(newSrcTexture); ``` Or function to change...

Hi, I just need to extract a specific frame from a gif file. I see you have defined a Decoder object but how can I use it in my code?...

![image](https://user-images.githubusercontent.com/27334779/147732782-38367476-2a5c-4fb5-908d-5a0b39aca9c1.png) and ![image](https://user-images.githubusercontent.com/27334779/147732864-a985c3e3-a5a7-451a-8d2e-7ec6f76ef2e5.png) but ![image](https://user-images.githubusercontent.com/27334779/147732908-9c71883f-af0f-4fd0-8c87-8e5dccdb2345.png)

Loading a single frame gif causes the page to become completely unresponsive and for it to crash

I did the gif-animation loading, following the example in the documentation. However, frames are skipped and frames are displayed incorrectly. This happens to many gif files. Please, how to fix...

XMLHttpRequest can't get the gif from other domains because of cross origin. I suggest you to add possibility to create a gifler element from a gif on an other domain...

I want to use it in the typescript. Please make a type.

Hi, Gifler is amazing stuff, really useful for couple of implementation, but when we add single loop gif files, it looping those single loop files infinitely. Any help on this...

## Context Gifs that are served by an AWS API Gateway Restapi require the Accept image/gif header in order to be properly decoded from base64. If this header is not...