From 69481d62d6ad31546d83f89fa63172765bc11d9c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 22 Oct 2010 14:40:43 -0700 Subject: [PATCH] Increase image size for comics in Kindle DX profile for better conversion of comics to PDF --- src/calibre/customize/profiles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 4fa53b1cdb..27f0805f86 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -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