MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / xres

Method xres

src/__init__.py:14100–14102  ·  view source on GitHub ↗

Resolution in x direction.

(self)

Source from the content-addressed store, hash-verified

14098
14099 @property
14100 def xres(self):
14101 """Resolution in x direction."""
14102 return self.this.xres()
14103
14104 @property
14105 def y(self):

Callers 2

extractIMGINFOMethod · 0.80
_make_image_dictFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected