mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Really disable HW dithering on Kindle ;) (#4617)
* Cosmestic tweak to an error message. PicDocument handles more than just JPEGs ;) * Bump base To really disable HW dithering on Kindle ;).
This commit is contained in:
2
base
2
base
Submodule base updated: 6a375f1555...43f7c151b8
@@ -19,7 +19,7 @@ function PicDocument:init()
|
||||
local ok
|
||||
ok, self._document = pcall(pic.openDocument, self.file)
|
||||
if not ok then
|
||||
error("Failed to open jpeg image")
|
||||
error("Failed to open image")
|
||||
end
|
||||
|
||||
self.info.has_pages = true
|
||||
|
||||
Reference in New Issue
Block a user