f0e4e380 by 周伟奇

fix bug

1 parent aaac8024
......@@ -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!