about summary refs log tree commit diff
path: root/kcc/image.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-04-22 20:38:17 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-04-22 20:38:17 +0200
commit16df4cd0834677635172c8b41ab5cc275092fba8 (patch)
tree30a940394ea82673f3830a5abe918fa52fc68d0a /kcc/image.py
parentAdded page-progression-direction tag to EPUB spine (diff)
downloadkcc-16df4cd0834677635172c8b41ab5cc275092fba8.tar.gz
kcc-16df4cd0834677635172c8b41ab5cc275092fba8.tar.bz2
kcc-16df4cd0834677635172c8b41ab5cc275092fba8.zip
Added Kobo Glow HD profile
Diffstat (limited to '')
-rwxr-xr-xkcc/image.py1
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)),