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

Method digest

src/__init__.py:13619–13622  ·  view source on GitHub ↗

MD5 digest of pixmap (bytes).

(self)

Source from the content-addressed store, hash-verified

13617
13618 @property
13619 def digest(self):
13620 """MD5 digest of pixmap (bytes)."""
13621 ret = mupdf.fz_md5_pixmap2(self.this)
13622 return bytes(ret)
13623
13624 def gamma_with(self, gamma):
13625 """Apply correction with some float.

Callers 2

add_contentMethod · 0.80
_file_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected