Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two fixes for rebase implementation. #2693

Merged
merged 5 commits into from
Sep 26, 2023

Conversation

julian-smith-artifex-com
Copy link
Collaborator

No description provided.

Instead of passing `verbose` args between fns, we now have a global `g_verbose`
and fns log0(), log1(), log2(). log1() only outputs if g_verbose >= 1 etc.

Command-line `--verbose` increments `g_verbose`.
src/__init__.py: fixed _insert_image() in do_process_pixmap. Also made `log()`
show file:line:function().
Changed `fz_identity` to `mupdf.FzMatrix()` and use `mupdf.FzCookie()` instead
of `None.
@julian-smith-artifex-com julian-smith-artifex-com merged commit f4cdca8 into pymupdf:main Sep 26, 2023
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants