Skip to content

Commit dac9263

Browse files
committed
new pdf
1 parent 9b2a8af commit dac9263

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assets/wenyan-book.pdf

13.1 KB
Binary file not shown.

scripts/makeold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def makeold(pth):
145145

146146
cv2.imwrite((".".join(pth.split(".")[:-1]))+".png",(im*255).astype(np.uint8))
147147

148-
for x in glob("../tmp/001.svg"):
148+
for x in glob("../tmp/*.svg"):
149149
print(x)
150150
try:
151151
makeold(x)

0 commit comments

Comments
 (0)