Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ yres
Method
yres
src/__init__.py:14110–14112 ·
view source on GitHub ↗
Resolution in y direction.
(self)
Source
from the content-addressed store, hash-verified
14108
14109
@property
14110
def
yres(self):
14111
""
"Resolution in y direction."
""
14112
return
self.this.yres()
14113
14114
width = w
14115
height = h
Callers
2
extractIMGINFO
Method · 0.80
_make_image_dict
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected