diff options
| author | Frédéric Brière <[email protected]> | 2019-11-12 11:48:48 -0500 |
|---|---|---|
| committer | Frédéric Brière <[email protected]> | 2019-11-12 11:59:22 -0500 |
| commit | 9fdbf095d34db264fa9511da1f79fa7f9782b324 (patch) | |
| tree | 2d727d7547c44314744e7f00aa8928aa2cccd0b3 /kindlecomicconverter/image.py | |
| parent | Merge pull request #329 from C0rn3j/master (diff) | |
| download | kcc-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-x | kindlecomicconverter/image.py | 2 |
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), } |