-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Milestone
Description
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
).
Log a warning when this happens.