From: Radek Czajka Date: Wed, 18 Apr 2012 10:34:22 +0000 (+0200) Subject: fix cover size X-Git-Tag: 1.7~159 X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/bf5758493c7f22bf54ecb7d0f042d4a288d9e2fc?ds=inline fix cover size --- diff --git a/librarian/cover.py b/librarian/cover.py index 925449e..46990fd 100644 --- a/librarian/cover.py +++ b/librarian/cover.py @@ -183,6 +183,8 @@ class Cover(object): class WLCover(Cover): """Default Wolne Lektury cover generator.""" + width = 600 + height = 833 uses_dc_cover = True author_font = ImageFont.truetype( get_resource('fonts/JunicodeWL-Regular.ttf'), 20)