Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
kindle paperwhite 3 resolution added
Browse files Browse the repository at this point in the history
  • Loading branch information
catmanjan committed Sep 29, 2015
1 parent 970472e commit cee9540
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mangle/image.py
Expand Up @@ -84,8 +84,9 @@ class KindleData:
'Kindle 5': ((600, 800), Palette15b),
'Kindle DX': ((824, 1200), Palette15a),
'Kindle DXG': ((824, 1200), Palette15a),
'Kindle Touch': ((600, 800), Palette15a),
'Kindle Touch': ((600, 800), Palette15a),
'Kindle Paperwhite': ((758, 1024), Palette15b), # resolution given in manual, see http://kindle.s3.amazonaws.com/Kindle_Paperwhite_Users_Guide.pdf
'Kindle Paperwhite 3': ((1072, 1448), Palette15b),
'KoBo Aura H2o': ((1080, 1430), Palette15a), # resolution from http://www.fnac.com/Liseuse-Numerique-Kobo-by-Fnac-Kobo-Aura-H2O-Noir/a7745120/w-4
}

Expand Down
5 changes: 5 additions & 0 deletions mangle/ui/options.ui
Expand Up @@ -101,6 +101,11 @@
<string>Kindle Paperwhite</string>
</property>
</item>
<item>
<property name="text">
<string>Kindle Paperwhite 3</string>
</property>
</item>
<item>
<property name="text">
<string>KoBo Aura H2o</string>
Expand Down

0 comments on commit cee9540

Please sign in to comment.