Increase image size for comics in Kindle DX profile for better conversion of comics to PDF

This commit is contained in:
Kovid Goyal 2010-10-22 14:40:43 -07:00
parent c2ee3bf448
commit 69481d62d6

View File

@ -583,7 +583,8 @@ class KindleDXOutput(OutputProfile):
# Screen size is a best guess
screen_size = (744, 1022)
dpi = 150.0
comic_screen_size = (741, 1022)
comic_screen_size = (771, 1116)
#comic_screen_size = (741, 1022)
supports_mobi_indexing = True
periodical_date_in_title = False
mobi_ems_per_blockquote = 2.0