fixes #1966 support for EPS files (copied from Piwigo.com)

This commit is contained in:
plegall
2023-08-21 19:00:01 +02:00
parent 8bf4f6abdf
commit 407cabcbe9
2 changed files with 52 additions and 0 deletions
+3
View File
@@ -43,6 +43,9 @@
$conf['picture_ext'] = array('jpg','jpeg','png','gif');
// file_ext : file extensions (case sensitive) authorized
//
// * if you enable "eps" file extension, make sure you have this file type
// authorized in your ImageMagick policy
$conf['file_ext'] = array_merge(
$conf['picture_ext'],
array('tiff', 'tif', 'mpg','zip','avi','mp3','ogg','pdf','svg', 'heic')