Fix #5065: .webp images upload support
Add ability to upload .webp images. Animated WebP images aren't supported. This is because they aren't supported by FFmpeg yet[1], so generating thumbnails and samples for them would be more complicated than for other formats. [1]: https://trac.ffmpeg.org/ticket/4907
This commit is contained in:
6
test/files/webp/README.md
Normal file
6
test/files/webp/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Test file sources:
|
||||
|
||||
* https://github.com/webmproject/libwebp-test-data
|
||||
* https://developers.google.com/speed/webp/gallery1
|
||||
* https://zpl.fi/exif-orientation-in-different-formats/
|
||||
* https://git.zpl.fi/exif-orientation/about/
|
||||
Reference in New Issue
Block a user