diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-04-22 20:38:17 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-04-22 20:38:17 +0200 |
commit | 16df4cd0834677635172c8b41ab5cc275092fba8 (patch) | |
tree | 30a940394ea82673f3830a5abe918fa52fc68d0a /kcc/image.py | |
parent | Added page-progression-direction tag to EPUB spine (diff) | |
download | kcc-16df4cd0834677635172c8b41ab5cc275092fba8.tar.gz kcc-16df4cd0834677635172c8b41ab5cc275092fba8.tar.bz2 kcc-16df4cd0834677635172c8b41ab5cc275092fba8.zip |
Added Kobo Glow HD profile
Diffstat (limited to '')
-rwxr-xr-x | kcc/image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcc/image.py b/kcc/image.py index d830e79..5013f38 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -90,6 +90,7 @@ class ProfileData: 'KFA': ("Kindle for Android", (0, 0), PalleteNull, 1.0, (0, 0)), 'KoMT': ("Kobo Mini/Touch", (600, 800), Palette16, 1.8, (900, 1200)), 'KoG': ("Kobo Glow", (768, 1024), Palette16, 1.8, (1152, 1536)), + 'KoGHD': ("Kobo Glow HD", (1072, 1448), Palette16, 1.8, (1608, 2172)), 'KoA': ("Kobo Aura", (758, 1024), Palette16, 1.8, (1137, 1536)), 'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8, (1620, 2160)), 'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8, (1620, 2145)), |