+
+
+def virtualo_cover(author, title):
+ return cover(author, title,
+ 600, 730, '#fff', None,
+ 73, 20, 20, 40, '#000', ImageFont.truetype(get_resource('fonts/DejaVuSerif.ttf'), 30), None,
+ 73, 20, 20, 54, '#000', ImageFont.truetype(get_resource('fonts/DejaVuSerif.ttf'), 40), None,
+ 300, 0
+ )
+
+def asbis_cover(author, title):
+ return cover(author, u"„%s”" % title,
+ 580, 783, '#fff', get_resource('res/cover-prestigio.png'),
+ 446, 118, 62, 60, '#fff', ImageFont.truetype(get_resource('fonts/JunicodeWL-Italic.ttf'), 50), '#000',
+ 0, 118, 62, 60, '#fff', ImageFont.truetype(get_resource('fonts/JunicodeWL-Italic.ttf'), 50), '#000',
+ None, None
+ )
+