mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-19 12:43:35 +02:00
Cleaned up cover module
This commit is contained in:
@@ -165,6 +165,8 @@ def normalize(x):
|
||||
def calibre_cover(title, author_string, series_string=None,
|
||||
output_format='jpg', title_size=46, author_size=36,
|
||||
logo_path=None):
|
||||
# TODO(gryf): generate cover using pillow
|
||||
return None
|
||||
title = normalize(title)
|
||||
author_string = normalize(author_string)
|
||||
series_string = normalize(series_string)
|
||||
|
||||
Reference in New Issue
Block a user