about summary refs log tree commit diff
path: root/kindlecomicconverter/image.py
diff options
context:
space:
mode:
authorFrédéric Brière <[email protected]>2019-11-12 11:48:48 -0500
committerFrédéric Brière <[email protected]>2019-11-12 11:59:22 -0500
commit9fdbf095d34db264fa9511da1f79fa7f9782b324 (patch)
tree2d727d7547c44314744e7f00aa8928aa2cccd0b3 /kindlecomicconverter/image.py
parentMerge pull request #329 from C0rn3j/master (diff)
downloadkcc-9fdbf095d34db264fa9511da1f79fa7f9782b324.tar.gz
kcc-9fdbf095d34db264fa9511da1f79fa7f9782b324.tar.bz2
kcc-9fdbf095d34db264fa9511da1f79fa7f9782b324.zip
Add profiles for the Kobo Clara HD and Libra H2O
Note: I omitted the "HD" and "H2O" suffixes from the labels to keep
things simple, since they do not denote a variation of a preexisting
model, as was the case with the Aura.
Diffstat (limited to '')
-rwxr-xr-xkindlecomicconverter/image.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kindlecomicconverter/image.py b/kindlecomicconverter/image.py
index 35fcfc8..2717a15 100755
--- a/kindlecomicconverter/image.py
+++ b/kindlecomicconverter/image.py
@@ -91,6 +91,8 @@ class ProfileData:
         'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8),
         'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8),
         'KoAO': ("Kobo Aura ONE", (1404, 1872), Palette16, 1.8),
+        'KoC': ("Kobo Clara HD", (1072, 1448), Palette16, 1.8),
+        'KoL': ("Kobo Libra H2O", (1264, 1680), Palette16, 1.8),
         'KoF': ("Kobo Forma", (1440, 1920), Palette16, 1.8),
         'OTHER': ("Other", (0, 0), Palette16, 1.8),
     }