Announcement

  •  » Beta testing
  •  » Piwigo 2.8.0RC2 no image on tif files

#1 2016-02-09 18:12:00

jff
Member
2016-02-09
15

Piwigo 2.8.0RC2 no image on tif files

Hello,

I'm testing piwigo 2.8.0RC2 with tif files but I get a question mark instead of the image thumbnail.
I uploaded a folder with 5 jpg and one tif to the galleries folder and then synchronized.
I get 6 files on the album, all jpg look normal but no image for the tif file.
Downloading the file works fine.
Any thoughts?
Thank you.



Piwigo version: 2.8.0RC2
Operating system: Darwin
PHP: 5.5.30 (Show info) [2016-02-09 17:02:22]
MySQL: 5.6.25 [2016-02-09 17:02:22]
Graphics Library: External ImageMagick 6.9.2-10

Offline

 

#2 2016-02-09 18:25:37

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Piwigo 2.8.0RC2 no image on tif files

Hi jff,

And if you upload the very same Tiff file through the upload form, is it better?

Offline

 

#3 2016-02-09 18:34:38

jff
Member
2016-02-09
15

Re: Piwigo 2.8.0RC2 no image on tif files

No, I get: Error: Invalid file extension: JFFV245424.tif

Should I have enabled something to accept tif files?

Offline

 

#4 2016-02-09 18:42:00

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Piwigo 2.8.0RC2 no image on tif files

jff wrote:

Should I have enabled something to accept tif files?

Yes, with plugin LocalFiles Editor, in the local configuration:

Code:

<?php
$conf['file_ext'] = array_merge(
  $conf['picture_ext'],
  array('tiff', 'tif')
  );

$conf['upload_form_all_types'] = true;
?>

Offline

 

#5 2016-02-09 19:06:35

jff
Member
2016-02-09
15

Re: Piwigo 2.8.0RC2 no image on tif files

Ok.
It works through the upload form but not with sync.
Is there something more to do?

Offline

 

#6 2016-02-09 19:19:46

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Piwigo 2.8.0RC2 no image on tif files

I think this is what flipflip (Philippe-M on Github) wants to fix in https://github.com/Piwigo/Piwigo/pull/354

Offline

 

#7 2016-02-09 20:26:10

jff
Member
2016-02-09
15

Re: Piwigo 2.8.0RC2 no image on tif files

Ok, hope it gets corrected.
It would be very nice to be able to sync tif files.

Thank you very much for the excellent work with piwigo!

Offline

 
  •  » Beta testing
  •  » Piwigo 2.8.0RC2 no image on tif files

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact