From bf5758493c7f22bf54ecb7d0f042d4a288d9e2fc Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 18 Apr 2012 12:34:22 +0200 Subject: [PATCH] fix cover size --- librarian/cover.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.20.1