about summary refs log tree commit diff
path: root/kindlecomicconverter/image.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-10-13 09:12:17 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2017-10-13 09:12:17 +0200
commit458c28281f79ca8c9c446167672972628d5286bf (patch)
treedd3eadf6769225b00214aadfd4b1cbc8f4e3d1c8 /kindlecomicconverter/image.py
parentUpdated build enviroment (diff)
downloadkcc-458c28281f79ca8c9c446167672972628d5286bf.tar.gz
kcc-458c28281f79ca8c9c446167672972628d5286bf.tar.bz2
kcc-458c28281f79ca8c9c446167672972628d5286bf.zip
Added Oasis 2 profile (close #249)
Diffstat (limited to 'kindlecomicconverter/image.py')
-rwxr-xr-xkindlecomicconverter/image.py1
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),