It is strange. The image saved as png through pillow or cv2 is very slow to load. pix = page.get_pixmap(clip=bbox, dpi=300) # pixmap of line bbox #2659
Replies: 3 comments 1 reply
-
How about adding more flesh to this comment 😎? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just don't know why, |
Beta Was this translation helpful? Give feedback.
1 reply
-
I will use jpg for this case. Though in some other cases, png is much smaller than jpg. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is strange. The image saved as png through pillow or cv2 is very slow to load. pix = page.get_pixmap(clip=bbox, dpi=300) # pixmap of line bbox
Beta Was this translation helpful? Give feedback.
All reactions