From 192ca9b444885587c5b7fbf213e00192ae7d2f74 Mon Sep 17 00:00:00 2001 From: Malloc Voidstar <1284317+AlyoshaVasilieva@users.noreply.github.com> Date: Sat, 3 Apr 2021 21:55:30 -0700 Subject: [PATCH] Add jpg_quality to example INIs More easily discoverable for users who want to save space. --- calibre-plugin/plugin-example.ini | 4 ++++ fanficfare/example.ini | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/calibre-plugin/plugin-example.ini b/calibre-plugin/plugin-example.ini index 1de76132..67658d87 100644 --- a/calibre-plugin/plugin-example.ini +++ b/calibre-plugin/plugin-example.ini @@ -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. diff --git a/fanficfare/example.ini b/fanficfare/example.ini index 27a9b30f..c512b7fd 100644 --- a/fanficfare/example.ini +++ b/fanficfare/example.ini @@ -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.