Add ability to ignore WebP animations #2697
Unanswered
SpikeViper
asked this question in
Ideas
Replies: 1 comment 8 replies
-
alternative that should work today without any library changes is to save out the animated version first, than delete the additional frames and then save again with just the single frame in the image. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project requires the ability to save one image in a variety of formats, specifically with animated and non-animated versions of the image (so they can be switched off for epileptic users). We'd like to use WebP encoding and while one could technically do two decoding runs, one of which with max frames = 1, it is far more efficient to just add a flag to the encoder allowing for it to ignore animated frames and save a static image.
The change is implemented below:
Valour-Software@4957384
Beta Was this translation helpful? Give feedback.
All reactions