2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Tigran Aivazian
669d84df18 Show the number of colour components via Menu. 2012-10-11 22:22:45 +01:00
Tigran Aivazian
f0511ff22c Make closeDocument() re-entrant. 2012-10-11 22:19:33 +01:00
Tigran Aivazian
5823ab0c44 Slight tidy-up of the code. 2012-10-11 22:10:02 +01:00
Tigran Aivazian
2d2e2b6216 Add support for colour JPEG images.
I used the luminance match algorithm for converting RGB colour images to
grayscale as it gives the best visual results (but at the cost of speed).
2012-10-11 22:01:26 +01:00
Tigran Aivazian
13646a3d51 Support only grayscale images for now. 2012-10-10 13:15:16 +01:00
Tigran Aivazian
aa3bfb8439 Add simple scaling support. 2012-10-10 13:09:25 +01:00
Tigran Aivazian
8d88aa8901 Fix the "upside down mirror image" problem. 2012-10-08 22:52:57 +01:00
Tigran Aivazian
76d91a9ec4 Render grayscale images. 2012-10-08 20:53:59 +01:00
Tigran Aivazian
b2b9f425dd Decode the JPEG's dimensions. 2012-10-08 18:54:44 +01:00
Tigran Aivazian
30de5e0a23 Initial commit of picviewer. 2012-10-08 16:39:03 +01:00