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
Could it be possible to add support for animations, maybe by adding another url param, like ?anim?
Sharp already provides a way to make the conversion from animated to GIF to animated WebP, and currently the conversion technically works but returns a static image.
I think this PR has become inactive again (for 40 days?) :/
Moreover I think it's easier to just add the {animated: true}.
Indeed in the PR I proposed a parameter option because it could generate animated images for formats such as PDFs (when the dev could have just wanted a static image of the first page), which I believe is more an edge-case than animated images as a whole :)
Could it be possible to add support for animations, maybe by adding another url param, like
?anim
?Sharp already provides a way to make the conversion from animated to GIF to animated WebP, and currently the conversion technically works but returns a static image.
Sharp has this option to allow such conversion:
You could also switch to a branch of
imagetools
that supports this parameter, such as:JonasKruckenberg/imagetools#454
The text was updated successfully, but these errors were encountered: