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

Method stride

src/__init__.py:14070–14072  ·  view source on GitHub ↗

Length of one image line (width * n).

(self)

Source from the content-addressed store, hash-verified

14068
14069 @property
14070 def stride(self):
14071 """Length of one image line (width * n)."""
14072 return self.this.stride()
14073
14074 def tint_with(self, black, white):
14075 """Tint colors with modifiers for black and white."""

Callers 4

__init__Method · 0.80
JM_color_countFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected