MD5 digest of pixmap (bytes).
(self)
| 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. |
no outgoing calls
no test coverage detected