We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d2a00 commit 62a6e4cCopy full SHA for 62a6e4c
tests/test_pixmap.py
@@ -522,7 +522,7 @@ def test_4435():
522
with pymupdf.open(path) as document:
523
page = document[2]
524
print(f'Calling page.get_pixmap().', flush=1)
525
- if os.environ.get('PYODIDE_ROOT'):
+ if pymupdf.mupdf_version_tuple >= (1, 27) and os.environ.get('PYODIDE_ROOT'):
526
# 2025-11-07: Expect alloc failure.
527
try:
528
pixmap = page.get_pixmap(alpha=False, dpi=120)
0 commit comments