So, I have a simple uploader that lets users upload images and then view them somewhere. Now the issue is that many users have started uploading webp images (they just download images from certain sites visited via a supported browser like Chrome and are served webp images) and then when they try to view those in browsers like Safari, they don't show up.
What I'd like to do is have some sort of processing step that would let me convert the webp to jpeg or png before uploading it to S3.
Or would it be better to discourage webp uploads?
This link amply describes what I'm facing: http://www.cnet.com/news/facebook-tries-googles-webp-image-format-users-squawk/
Note: My server runs node with express.