Announcement

  •  » Beta testing
  •  » Piwigo 2.8.0RC2 — no keywords from tif files

#1 2016-02-09 23:38:32

jff
Member
2016-02-09
15

Piwigo 2.8.0RC2 — no keywords from tif files

Hi,

I'm being unable to get keywords from tif files.
After upload images with the upload form, only keywords from jpg files are extracted.
Also, no exif metadata.

Should I add something to the Local config?

The Local config has the following code:
$conf['show_thumbnail_caption'] = false;
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
  'keywords'        => '2#025',
  'author'          => '2#080',
  'name'            => '2#005',
  'comment'         => '2#120'
  );
$conf['graphics_library'] = 'ext_imagick';
$conf['ext_imagick_dir'] = '/opt/local/bin/';
$conf['enable_i_log'] = true;
$conf['file_ext'] = array_merge(
  $conf['picture_ext'],
  array('tiff', 'tif')
  );
$conf['upload_form_all_types'] = true;


Piwigo version: 2.8.0RC2
Operating system: Darwin
PHP: 5.5.30
MySQL: 5.6.25
Graphics Library: External ImageMagick 6.9.2-10

Offline

 
  •  » Beta testing
  •  » Piwigo 2.8.0RC2 — no keywords from tif files

Board footer

Powered by FluxBB

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