You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to waste my time sliding the mouse up to a smiley to activate the animation... but discover that it is a static gif.
Animated gifs always have more than one frame.
Non-animated gifs do not.
Is there a way to detect if the gif has more than one frame... therefore allowing to alert those specific gifs ?
Thankyou
The text was updated successfully, but these errors were encountered:
The first image is animated gif (eyes blink) and the second image is static gif. I need to mark the first image as animated.
And the point of this thread is... I thought that detecting multiple frames in an image may be possible somehow.
Thankyou
Mmm, this is hard. See #16 (which I'll count this as a dup of) and the linked comment in #10. Post 6 there also hits #3, FWIW.
If you want to code up hack for it (with all the caveats mentioned in that comment), the best way would be modify this extension (all the code is in bootstrap.js) and check if (getIc(imageElement).animated) at opportune times.
I don't want to waste my time sliding the mouse up to a smiley to activate the animation... but discover that it is a static gif.
Animated gifs always have more than one frame.
Non-animated gifs do not.
Is there a way to detect if the gif has more than one frame... therefore allowing to alert those specific gifs ?
Thankyou
The text was updated successfully, but these errors were encountered: