Add jpg_quality to example INIs

More easily discoverable for users who want to save space.
This commit is contained in:
Malloc Voidstar 2021-04-03 21:55:30 -07:00
parent 6a12c4d52f
commit 192ca9b444
No known key found for this signature in database
GPG key ID: C34BA7CBAF747755
2 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,10 @@
## download as epub and use Calibre to convert.
#include_images:true
## Quality level to use when converting images to jpg. Range is 0-100,
## reasonable values likely to be in the range 70-95.
#jpg_quality: 95
## If not set, the summary will have all html stripped for safety.
## Both this and include_images must be true to get images in the
## summary.

View file

@ -24,6 +24,10 @@
## download as epub and use Calibre to convert. true by default in plugin.
#include_images:true
## Quality level to use when converting images to jpg. Range is 0-100,
## reasonable values likely to be in the range 70-95.
#jpg_quality: 95
## If not set, the summary will have all html stripped for safety.
## Both this and include_images must be true to get images in the
## summary.