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

@@ -22,6 +22,7 @@ This uses puppeteer to generate collect image frames, and use CSS animations to
with:
# ... other options
plugin_skyline: yes
plugin_skyline_year: 0 # Set to 0 to display current year
plugin_skyline_frames: 60 # Use 60 frames (half-loop)
plugin_skyline_year: 0 # Set to 0 to display current year
plugin_skyline_frames: 60 # Use 60 frames (half-loop)
plugin_skyline_quality: 0.5 # Scale-down quality by half to reduce file-size (⚠️ higher quality increase file size)
```