![]() |
#1 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,056
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
|
Possible to "compress" stretched images?
I subscribe to the "Tagespost" magazine, whose recipe Pat Stapleton kindly created for me. It is as follows:
Code:
#!/usr/bin/env python # vim:fileencoding=utf-8 from __future__ import unicode_literals, division, absolute_import, print_function __license__ = 'GPL v3' __copyright__ = '2020, Pat Stapleton <pat.stapleton at gmail.com>' ''' Recipe for Die Tagespost ''' from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1589629735(BasicNewsRecipe): title = 'Tagespost' language = 'de' __author__ = 'Pat Stapleton' description = ('Die Tagespost trägt den Untertitel Katholische Wochenzeitung für Politik, Gesellschaft' ' und Kultur und ist eine überregionale, wöchentlich im Johann Wilhelm Naumann Verlag in Würzburg erscheinende Zeitung.') oldest_article = 7 max_articles_per_feed = 100 keep_only_tags = [ dict(name='article', attrs={'class':'art-detail'}) ] use_embedded_content = False feeds = [ ('Tagespost', 'https://www.die-tagespost.de/storage/rss/rss/die-tagespost-komplett.xml'), ] extra_css = 'td.textb {font-size: medium;} * { text-align: justify !important; text-decoration: none !important}' remove_attributes = ['href'] calibre_most_common_ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36' |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moon+ Reader Pro: Enabling "Fit all images to screen" makes some images smaller | inter | Android Devices | 0 | 03-25-2024 11:53 PM |
Pressing "Restore Defaults" under "Book Details" wipes all "Look & Feel" settings. | MarjaE | Library Management | 1 | 03-30-2021 11:46 AM |
Stretched Images on Viewer | Erwinstein | Viewer | 1 | 03-18-2021 12:13 PM |
Bug: "Polish books" fails to compress images other than cover | webmaven | Calibre | 2 | 08-19-2017 05:35 AM |