diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 09:12:17 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 09:12:17 +0200 |
commit | 458c28281f79ca8c9c446167672972628d5286bf (patch) | |
tree | dd3eadf6769225b00214aadfd4b1cbc8f4e3d1c8 /kindlecomicconverter/image.py | |
parent | Updated build enviroment (diff) | |
download | kcc-458c28281f79ca8c9c446167672972628d5286bf.tar.gz kcc-458c28281f79ca8c9c446167672972628d5286bf.tar.bz2 kcc-458c28281f79ca8c9c446167672972628d5286bf.zip |
Added Oasis 2 profile (close #249)
Diffstat (limited to 'kindlecomicconverter/image.py')
-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 c95817e..e7f29a4 100755 --- a/kindlecomicconverter/image.py +++ b/kindlecomicconverter/image.py @@ -85,6 +85,7 @@ class ProfileData: 'KDX': ("Kindle DX/DXG", (824, 1000), Palette16, 1.8), 'KPW': ("Kindle Paperwhite 1/2", (758, 1024), Palette16, 1.8), 'KV': ("Kindle Paperwhite 3/Voyage/Oasis", (1072, 1448), Palette16, 1.8), + 'KO': ("Kindle Oasis 2", (1264, 1680), Palette16, 1.8), 'KoMT': ("Kobo Mini/Touch", (600, 800), Palette16, 1.8), 'KoG': ("Kobo Glo", (768, 1024), Palette16, 1.8), 'KoGHD': ("Kobo Glo HD", (1072, 1448), Palette16, 1.8), |