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

Method w

src/__init__.py:14082–14084  ·  view source on GitHub ↗

The width.

(self)

Source from the content-addressed store, hash-verified

14080
14081 @property
14082 def w(self):
14083 """The width."""
14084 return mupdf.fz_pixmap_width(self.this)
14085
14086 def warp(self, quad, width, height):
14087 """Return pixmap from a warped quad."""

Callers 9

_add_stamp_annotMethod · 0.80
_insert_imageMethod · 0.80
__init__Method · 0.80
is_unicolorMethod · 0.80
set_pixelMethod · 0.80
extractBLOCKSMethod · 0.80
extractIMGINFOMethod · 0.80
JM_image_profileFunction · 0.80
_make_image_dictFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected