mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kobo Output profile: Adjust the screen dimensions when converting comics
This commit is contained in:
parent
57232edb2d
commit
4bb355481a
@ -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…
x
Reference in New Issue
Block a user