feature 2869 added: support TIFF files on web upload (requires ext_imagick)

git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2013-12-12 10:34:55 +00:00
parent 97371a948a
commit 483cce2612
4 changed files with 67 additions and 2 deletions
+4 -1
View File
@@ -796,4 +796,7 @@ $conf['original_url_protection'] = '';
// and if that option is not explicitly transmit when the album is created.
$conf['inheritance_by_default'] = false;
?>
// 'png' or 'jpg': your uploaded TIF photos will have a representative in
// JPEG or PNG file format
$conf['tiff_representative_ext'] = 'png';
?>