node-elgato-stream-deck icon indicating copy to clipboard operation
node-elgato-stream-deck copied to clipboard

Gif support

Open vandenbrakel opened this issue 3 years ago • 3 comments

Are gif animation files supported on fillImage() at the moment? Tried with sharp but got a still frame so far...

vandenbrakel avatar Nov 30 '21 11:11 vandenbrakel

No, this is not supported currently. You will need to feed each frame into fillimage at the rate they should be displayed.

I shall try and look into if this can be supported by the library

Julusian avatar Nov 30 '21 11:11 Julusian

Any news from that?

Official Elgato Streamdeck software support animated gif icons by default (on latest’s releases).

Is this an internal function (option in their API) or they do by drawing each frame? Is it possible to add this feature?

tsioukas avatar Feb 21 '23 14:02 tsioukas

In the past, I managed to get GIF to render, but I pushed each frame to the button.

ianwijma avatar Mar 26 '24 07:03 ianwijma