about summary refs log tree commit diff
path: root/kindlecomicconverter
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2019-03-06 15:50:40 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2019-03-06 16:01:18 +0100
commit7f719a22ad7c986dd074f15b08cbd621568e787c (patch)
treee93d9790eff6141b4cec5866dce71728084206a9 /kindlecomicconverter
parentVersion bump (diff)
downloadkcc-7f719a22ad7c986dd074f15b08cbd621568e787c.tar.gz
kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.tar.bz2
kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.zip
Added PW4 profile (close #293)
Diffstat (limited to 'kindlecomicconverter')
-rw-r--r--kindlecomicconverter/KCC_gui.py6
-rwxr-xr-xkindlecomicconverter/image.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py
index f7c0776..91910be 100644
--- a/kindlecomicconverter/KCC_gui.py
+++ b/kindlecomicconverter/KCC_gui.py
@@ -912,8 +912,8 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
                              'DefaultUpscale': True, 'Label': 'KV'},
             "Kindle Voyage": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0,
                               'DefaultUpscale': True, 'Label': 'KV'},
-            "Kindle PW 3": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0,
-                            'DefaultUpscale': True, 'Label': 'KV'},
+            "Kindle PW 3/4": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0,
+                              'DefaultUpscale': True, 'Label': 'KV'},
             "Kindle PW 1/2": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0,
                               'DefaultUpscale': False, 'Label': 'KPW'},
             "Kindle": {'PVOptions': True, 'ForceExpert': False, 'DefaultFormat': 0,
@@ -951,7 +951,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
             "Kindle Oasis 2",
             "Kindle Oasis",
             "Kindle Voyage",
-            "Kindle PW 3",
+            "Kindle PW 3/4",
             "Kindle PW 1/2",
             "Kindle",
             "Separator",
diff --git a/kindlecomicconverter/image.py b/kindlecomicconverter/image.py
index 8ff95a7..6d44b4f 100755
--- a/kindlecomicconverter/image.py
+++ b/kindlecomicconverter/image.py
@@ -86,7 +86,7 @@ class ProfileData:
         'K578': ("Kindle", (600, 800), Palette16, 1.8),
         '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),
+        'KV': ("Kindle Paperwhite 3/4/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),