mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Add jpg_quality to example INIs
More easily discoverable for users who want to save space.
This commit is contained in:
parent
6a12c4d52f
commit
192ca9b444
2 changed files with 8 additions and 0 deletions
|
|
@ -43,6 +43,10 @@
|
||||||
## download as epub and use Calibre to convert.
|
## download as epub and use Calibre to convert.
|
||||||
#include_images:true
|
#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.
|
## 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
|
## Both this and include_images must be true to get images in the
|
||||||
## summary.
|
## summary.
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,10 @@
|
||||||
## download as epub and use Calibre to convert. true by default in plugin.
|
## download as epub and use Calibre to convert. true by default in plugin.
|
||||||
#include_images:true
|
#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.
|
## 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
|
## Both this and include_images must be true to get images in the
|
||||||
## summary.
|
## summary.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue