mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 16:25:49 +01:00
Kobo Output profile: Adjust the screen dimensions when converting comics
This commit is contained in:
parent
57232edb2d
commit
4bb355481a
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ class KoboReaderOutput(OutputProfile):
|
|||
description = _('This profile is intended for the Kobo Reader.')
|
||||
|
||||
screen_size = (590, 775)
|
||||
comic_screen_size = (540, 718)
|
||||
dpi = 168.451
|
||||
fbase = 12
|
||||
fsizes = [7.5, 9, 10, 12, 15.5, 20, 22, 24]
|
||||
|
|
|
|||
Loading…
Reference in a new issue