Skip to content

Commit b8bc52c

Browse files
committed
Clarify file format support
1 parent d5c68e5 commit b8bc52c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

piwigoPublish.lrplugin/PublishServiceProvider.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ return {
3737

3838

3939
-- Behaviour Settings
40-
allowFileFormats = { "JPEG", "PNG" },
40+
41+
-- Piwigo supports .jpg, .jpeg, .png, .gif, .webp, .heic
42+
-- of these, LrC can only export JPEG and PNG, so we limit to those formats in the publish dialog.
43+
allowFileFormats = { "JPEG", "PNG"},
44+
4145
allowColorSpaces = nil,
4246
canExportVideo = false,
4347
supportsCustomSortOrder = false,

0 commit comments

Comments
 (0)