diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 15:50:40 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 16:01:18 +0100 |
commit | 7f719a22ad7c986dd074f15b08cbd621568e787c (patch) | |
tree | e93d9790eff6141b4cec5866dce71728084206a9 /kindlecomicconverter/image.py | |
parent | Version bump (diff) | |
download | kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.tar.gz kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.tar.bz2 kcc-7f719a22ad7c986dd074f15b08cbd621568e787c.zip |
Added PW4 profile (close #293)
Diffstat (limited to '')
-rwxr-xr-x | kindlecomicconverter/image.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |