From 483cce26121918960163e501b4feb132572cc76d Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 12 Dec 2013 10:34:55 +0000 Subject: 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 --- include/config_default.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b0a42d4ae..ecc0630aa 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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; -?> \ No newline at end of file +// 'png' or 'jpg': your uploaded TIF photos will have a representative in +// JPEG or PNG file format +$conf['tiff_representative_ext'] = 'png'; +?> -- cgit v1.2.3