fix bug
Showing
1 changed file
with
1 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -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() | ||
... | ... |