Default DPI when using get_pixmap #3852
Unanswered
gabe-zhang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community, I wonder what is the default DPI when using the
get_pixmap()
method to get the pixel matrix?The document shows that the default value is None:
get_pixmap(*, matrix=pymupdf.Identity, dpi=None, colorspace=pymupdf.csRGB, clip=None, alpha=False, annots=True)
.How it was calculated? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions