Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more performance improvements
  • Loading branch information
JorjMcKie committed Nov 25, 2018
commit 7b11402289379a8d31d0cbbe8b4b49cd05d1685f
1 change: 1 addition & 0 deletions fitz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
csGRAY = fitz.csGRAY
csCMYK = fitz.csCMYK

# create the TOOLS object
TOOLS = fitz.Tools()
fitz.TOOLS = TOOLS

Expand Down
350 changes: 222 additions & 128 deletions fitz/fitz.i

Large diffs are not rendered by default.

Loading