9

Animated WebP images are not supported. The error message is misleading (test file):

Not a valid file type: please upload a bmp, gif, jpeg, png, or webp file.

Feature request: Improve upload error message for animated WebP images, e.g.:

Animated WebP images are not supported.

enter image description here

(Note that animated PNGs work fine, e.g. https://i.sstatic.net/EXLLfEZP.png)

6
  • 3
    It would probably be easier to change webp to non-animated webp in the original message. Commented Jul 2 at 0:15
  • @PresidentJamesK.Polk works too Commented Jul 2 at 0:16
  • Or static webp to save a few bytes (I used to do some challenges in CodeGolf.SE) Commented Jul 2 at 1:43
  • Well they currently just doesn't really check for such a thing, most likely - so this SO question might help. Commented Jul 2 at 7:17
  • 1
    PNGs can also be animated, whatever minigation is implemented it should be implemented for animated PNGs too
    – mousetail
    Commented Jul 2 at 13:28
  • 1
    @mousetail animated PNGs work fine eg i.sstatic.net/EXLLfEZP.png Commented Jul 2 at 21:43

1 Answer 1

2

Another suggestion which is more simple to implement and will also make it more clear, is change the existing message to this instead:

Not a valid file type: please upload a bmp, gif, jpeg, png, or a non-animated webp file.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .