Skip to content

Commit 7b11402

Browse files
committed
more performance improvements
1 parent 6e02208 commit 7b11402

File tree

8 files changed

+961
-723
lines changed

8 files changed

+961
-723
lines changed

fitz/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
csGRAY = fitz.csGRAY
1111
csCMYK = fitz.csCMYK
1212

13+
# create the TOOLS object
1314
TOOLS = fitz.Tools()
1415
fitz.TOOLS = TOOLS
1516

fitz/fitz.i

+222-128
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)