mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update DX profile as per information at http://kindleformatting.com/blog/2009/06/kindle-dx-image-test.php#links
This commit is contained in:
parent
e6ea2d1e59
commit
521890f655
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user