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
Uploading an animated GIF the "Service File" generator ignores the that the original might be animated and should respect if animated but currently does not.
Either create a lower res GIF or convert to a more appropriate format.
Suggested Alternatives:
APNG Animated Portable Network Graphics
WebP Modern image format developed by Google
The text was updated successfully, but these errors were encountered:
Huh, there isn't a clear winner between APNG and WebP based on browser support. It looks WebP has the widest support but it has a gaping hole without Safari (for now, at least).
On the other hand, you can get ImageMagick/GraphicsMagick to produce WebP files but not ANPG as far as I can discern. We would need a separate Crayfish service to wrap gif2apng to support it.
Uploading an animated GIF the "Service File" generator ignores the that the original might be animated and should respect if animated but currently does not.
Either create a lower res GIF or convert to a more appropriate format.
Suggested Alternatives:
APNG Animated Portable Network Graphics
WebP Modern image format developed by Google
The text was updated successfully, but these errors were encountered: