Add plugin_skyline_quality option (#159)

This commit is contained in:
lowlighter
2021-02-27 12:33:35 +01:00
parent 3d61a1f683
commit b064ed1a03
4 changed files with 26 additions and 5 deletions

View File

@@ -25,4 +25,13 @@ inputs:
type: number
default: 60
min: 1
max: 120
max: 120
# Image quality
# Note that it significantly increases output filesize (up to a few Mb) which can cause render/loading issues
plugin_skyline_quality:
description: Image quality
type: number
default: 0.5
min: 0.1
max: 1