mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user