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

Function test_3182

tests/test_geometry.py:345–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

343 bbox = pymupdf.IRect(b["bbox"])
344
345def test_3182():
346 pix = pymupdf.Pixmap(os.path.abspath(f'{__file__}/../../tests/resources/img-transparent.png'))
347 rect = pymupdf.Rect(0, 0, 100, 100)
348 pix.invert_irect(rect)

Callers

nothing calls this directly

Calls 1

invert_irectMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…