5af23667 by 周伟奇

Merge branch 'feature/mvc' into feature/compare

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