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.