You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/document
poire-z 76f6b49731 Fix crash with kopt semi-auto crop on blank page
When such blank page has only a few black pixels (dust), it would result in
a really small cropped area, than when scaled to fit screen, would cause a
crash with :
    ./ffi/mupdf.lua:63: could not allocate pixmap:
         malloc of array (451342 x 612558 bytes) failed (integer overflow) (1)
Fix similar to what is done in KoptInterface:getAutoBBox(): when cropped area too small,
fall back to whole page (or here: to user's manually set area).
7 years ago
..
credocument.lua CreDocument: add "md" (Markdown) to supported filetypes 7 years ago
djvudocument.lua book reading statistics for djvu documents 8 years ago
document.lua Added getImageFromPosition() and isXPointerInDocument() 7 years ago
documentregistry.lua Docs: cosmetic updates and additions 7 years ago
koptinterface.lua Fix crash with kopt semi-auto crop on blank page 7 years ago
pdfdocument.lua feat: add logger module & rewrite kobo suspend script in lua 7 years ago
picdocument.lua refactor: use new KeyValuePage widget for displaying statistics 8 years ago
tilecacheitem.lua feat: add logger module & rewrite kobo suspend script in lua 7 years ago