•  » Requests
  •  » Piwigo 14 new file types

#1 2023-12-12 13:12:53

executive
Member
2017-08-16
1236

Piwigo 14 new file types

https://i.postimg.cc/xf5FjXct/Screenshot-2023-12-12-at-04-04-48-Piwigo-14-0-0-Release-note.png

So with version 14, Piwigo brings support for displaying WEBP images.

"Piwigo will generate WebP files for multiple-size display"
Presumably this means webp derivatives will automatically be generated from webp source files.
But what about jpeg source files? It is sort of implied that they will be "replaced", but it's unclear.


And in the future, will we have the option to generate webp OR jpeg, for ANY supported source file (eg HEIC)

Last edited by executive (2023-12-12 13:13:41)

Offline

 

#2 2023-12-13 10:53:58

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

Re: Piwigo 14 new file types

executive wrote:

"Piwigo will generate WebP files for multiple-size display"
Presumably this means webp derivatives will automatically be generated from webp source files.

That's right.

executive wrote:

But what about jpeg source files? It is sort of implied that they will be "replaced", but it's unclear.

We didn't imply that, at all. An original JPG file will have JPG files as multiple-size files.

I think it's a bit early for a full replacement and force everybody to switch to WebP for display.

executive wrote:

And in the future, will we have the option to generate webp OR jpeg, for ANY supported source file (eg HEIC)

Probably yes. The output for multiple-size could be an advanced configuration setting.

Offline

 

#3 2023-12-14 02:22:55

executive
Member
2017-08-16
1236

Re: Piwigo 14 new file types

Thank you for all your hard work.

Offline

 

#4 2025-07-20 22:59:36

bmaehr
Member
2021-11-04
4

Re: Piwigo 14 new file types

After long trying I found out that the current Piwigo version 15.5.0 and the Android client Piwigo NG both support HEIC and AVIF.

The problem is just the documentation at
https://doc.piwigo.org/import-and-manag … ble-piwigo
is wrong.
Instead of adding HEIC and AVIF to file_ext it needs to be added to picture_ext.

My config_default.inc.php"local/config/config.inc.php looks like this:

$conf['upload_form_all_types'] = true;
$conf['picture_ext'] = array_merge(
  $conf['picture_ext'],
  array('avif', 'heic')
  );

$conf['file_ext'] = array_merge(
  $conf['file_ext'],
  array('mp4','mkv','webm')
  );

$conf['graphics_library'] = 'ext_imagick';

Offline

 
  •  » Requests
  •  » Piwigo 14 new file types

Board footer

Powered by FluxBB

github linkedin newsletter Piwigo.org © 2002-2026 · Contact