5af23667 by 周伟奇

Merge branch 'feature/mvc' into feature/compare

2 parents f82fcd2b f0e4e380
...@@ -27,6 +27,7 @@ class TIFFHandler: ...@@ -27,6 +27,7 @@ class TIFFHandler:
27 self.img_path_list = [] 27 self.img_path_list = []
28 28
29 def extract_image(self): 29 def extract_image(self):
30 os.makedirs(self.img_save_path, exist_ok=True)
30 tiff = Image.open(self.path) 31 tiff = Image.open(self.path)
31 tiff.load() 32 tiff.load()
32 33
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!