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 ;).
pull/4622/head
NiLuJe 5 years ago committed by GitHub
parent bad6305124
commit e3bcd6c2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1 +1 @@
Subproject commit 6a375f1555f823303b3e08260ce7fe6e5984040f
Subproject commit 43f7c151b84af7fbdd9d18f25b4d71bbc219ca0b

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

Loading…
Cancel
Save