aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2014-09-17 14:30:33 +0200
committerRobin Krahl <me@robin-krahl.de>2014-09-17 14:30:33 +0200
commitee403c212cc8154148871ed884a8b7c0f968703f (patch)
treeacbab5ce1325e2d67495c730d03d9ae6c5405e4c
parent9b87d63534bbf4d98d97c0afce7a5738b2faf7e0 (diff)
downloadLrMediaWiki-ee403c212cc8154148871ed884a8b7c0f968703f.tar.gz
LrMediaWiki-ee403c212cc8154148871ed884a8b7c0f968703f.tar.bz2
Fix #22: Add image sizing and sharpening option to export dialog
-rwxr-xr-xmediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua b/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua
index 26bce44..52f45d3 100755
--- a/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua
+++ b/mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua
@@ -277,7 +277,7 @@ end
MediaWikiExportServiceProvider.hidePrintResolution = true
-MediaWikiExportServiceProvider.showSections = {'fileNaming', 'metadata', 'fileSettings'}
+MediaWikiExportServiceProvider.showSections = {'fileNaming', 'metadata', 'fileSettings', 'imageSettings', 'outputSharpening'}
MediaWikiExportServiceProvider.allowFileFormats = {'JPEG', 'TIFF'}