-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_pixmap function takes too long to process #3450
Comments
Observation confirmed. will submit a MuPDF bug report. |
MuPDF bug report link: https://bugs.ghostscript.com/show_bug.cgi?id=707777 |
Do you have an idea about usually how much is the TAT for such issues? |
These issues usually are solved rapidly within PyMuPDF as well as MuPDF. |
I'm glad a fix is in progress, I came here to report this. Interestingly it seems to be a regression - I updated PyMuPDF (from 1.21.1) and immediately noticed that it was much slower. |
Fixed in 1.24.10. |
Description of the bug
When trying to create a pixmap for a PDF file, get_pixmap function takes too long even though the page size is well within the required limits.
The step get_pixmap takes about 62 seconds to process on my macbook pro. Wanted to understand the reason why this takes so long and how can I bring down this time.
How to reproduce the bug
temp-6.pdf
This is the PDF file that I am using.
PyMuPDF version
1.24.2
Operating system
MacOS
Python version
3.10
The text was updated successfully, but these errors were encountered: