Skip to content

Commit

Permalink
new pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
LingDong- committed Jul 22, 2020
1 parent 9b2a8af commit dac9263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/wenyan-book.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/makeold.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def makeold(pth):

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

for x in glob("../tmp/001.svg"):
for x in glob("../tmp/*.svg"):
print(x)
try:
makeold(x)
Expand Down

0 comments on commit dac9263

Please sign in to comment.