diff options
author | MurphyTsai <yftsai.tw@gmail.com> | 2019-01-03 14:52:28 +0800 |
---|---|---|
committer | MurphyTsai <yftsai.tw@gmail.com> | 2019-01-03 14:52:28 +0800 |
commit | a7ea795df532066ee7eb9a7288ec30caa971d9be (patch) | |
tree | 2391632cde6a475ac791bd5b0f07ce4059bde0c0 /kindlecomicconverter/image.py | |
parent | Code cleanup (diff) | |
download | kcc-a7ea795df532066ee7eb9a7288ec30caa971d9be.tar.gz kcc-a7ea795df532066ee7eb9a7288ec30caa971d9be.tar.bz2 kcc-a7ea795df532066ee7eb9a7288ec30caa971d9be.zip |
support kobo forma.
Diffstat (limited to '')
-rwxr-xr-x | kindlecomicconverter/image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kindlecomicconverter/image.py b/kindlecomicconverter/image.py index 9608482..09e79f1 100755 --- a/kindlecomicconverter/image.py +++ b/kindlecomicconverter/image.py @@ -94,6 +94,7 @@ class ProfileData: 'KoA': ("Kobo Aura", (758, 1024), Palette16, 1.8), 'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8), 'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8), + 'KoF': ("Kobo Forma", (1440, 1920), Palette16, 1.8), 'KoAO': ("Kobo Aura ONE", (1404, 1872), Palette16, 1.8), 'OTHER': ("Other", (0, 0), Palette16, 1.8), } |