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

Method h

src/__init__.py:13633–13635  ·  view source on GitHub ↗

The height.

(self)

Source from the content-addressed store, hash-verified

13631
13632 @property
13633 def h(self):
13634 """The height."""
13635 return mupdf.fz_pixmap_height(self.this)
13636
13637 def invert_irect(self, bbox=None):
13638 """Invert the colors inside a bbox."""

Callers 10

_add_stamp_annotMethod · 0.80
_insert_imageMethod · 0.80
__init__Method · 0.80
_tobytesMethod · 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