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
If the source image is animated and sharpOptions.animated is true, filter out any non-animation friendly formats (anything not GIF/WebP).
If no valid output formats are left, fallback to previous formats with non-animated output (this is the current default behavior when sharpOptions.animated is unspecified—defaults to false).
If the source image is animated and
sharpOptions.animated
is true, filter out any non-animation friendly formats (anything not GIF/WebP).If no valid output formats are left, fallback to previous formats with non-animated output (this is the current default behavior when
sharpOptions.animated
is unspecified—defaults tofalse
).Log a warning when this happens.
Confusion at #219 #139 #230
Similar to #163
The text was updated successfully, but these errors were encountered: