You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated to MuPDF 1.12
* mupdf_new_pixmap_with_data missed parameters
* Make all parameters of fz_get_pixmap_from_image available, remove the unused with and height
* Drop buffer and image as soon as possible as per poire-z's recommendation
* encrypted zip patch for MuPDF 1.12
* external fonts patch for MuPDF 1.12
* Use libjpeg as a shared library
* Wrong patch number
* git.ghostscript.com is slow, so we use the official mirror on GitHub
* html-font patch, just enough to test html & epub rendering
* Regenerated mupdf_h.lua with ffi-cdecl
* fz_new_text_page has been renamed to fz_new_stext_page
* Wrong mupdf_new_text_page parameters, mupdf_new_text_sheet is no longer needed
* getPageText works again
* Adding higlights almost works (width is 50% off), PDF saving works
Requires changes to PdfDocument:saveHighlight too (that is outside of
base).
* Do not select bullet points
* The incompatible bb error messages show the blitbuffer types
* Support blitting from RGB24 to RGB32 in BB_alpha_blit_from
* getPageText returned everything twice
* Unit test update
* 'SIZE_MAX' was undeclared on Android
0 commit comments