Support webp format (#1785)

* consider webP as an input and output format, meaning a derivative from webp is still a webp
This commit is contained in:
Phlogi
2023-09-11 17:10:52 +02:00
committed by GitHub
parent 7f3a1f417e
commit 79e91e3296
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
// picture_ext : file extensions for picture file, must be a subset of
// file_ext
$conf['picture_ext'] = array('jpg','jpeg','png','gif');
$conf['picture_ext'] = array('jpg','jpeg','png','gif','webp');
// file_ext : file extensions (case sensitive) authorized
//