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:
NiLuJe
2019-02-19 00:52:28 +01:00
committed by GitHub
parent bad6305124
commit e3bcd6c2a9
2 changed files with 2 additions and 2 deletions

View File

@@ -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