diff options
author | Robin Krahl <me@robin-krahl.de> | 2014-09-17 14:30:33 +0200 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2014-09-17 14:30:33 +0200 |
commit | ee403c212cc8154148871ed884a8b7c0f968703f (patch) | |
tree | acbab5ce1325e2d67495c730d03d9ae6c5405e4c | |
parent | 9b87d63534bbf4d98d97c0afce7a5738b2faf7e0 (diff) | |
download | LrMediaWiki-ee403c212cc8154148871ed884a8b7c0f968703f.tar.gz LrMediaWiki-ee403c212cc8154148871ed884a8b7c0f968703f.tar.bz2 |
Fix #22: Add image sizing and sharpening option to export dialog
-rwxr-xr-x | mediawiki.lrdevplugin/MediaWikiExportServiceProvider.lua | 2 |
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'}
|