From 521890f6559890c60052ccc9cff4a49bf67acf6b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 23 Jun 2009 10:34:16 -0700 Subject: [PATCH] Update DX profile as per information at http://kindleformatting.com/blog/2009/06/kindle-dx-image-test.php#links --- src/calibre/customize/profiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 8434773515..402dd35f45 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -242,9 +242,9 @@ class KindleDXOutput(OutputProfile): description = _('This profile is intended for the Amazon Kindle DX.') # Screen size is a best guess - screen_size = (824, 1200) + screen_size = (744, 1022) dpi = 150.0 - comic_screen_size = (775, 1128) + comic_screen_size = (744, 1022) @classmethod def tags_to_string(cls, tags):