Quote:
Originally Posted by Ken Maltby
These .jpg display as good as they used to Don't know why.
|
In koreader/frontend/document you can find the lua-files cre-, dvju-, pdf- and pic-documents. The last lines in each of these lua-files read:
Code:
registry:addProvider("extension", "name", document_reader_to_use)
pdfdocument.lua is used for the cbz-files. picdocument is used for jpg-files. Different readers would explain why one is functioning different than the other.
picdocument.lua calls pic.lua in koreader/ffi. pdfdocument probably calls mupdf_h.lua or mupdfimg.lua.