Merge branch 'feature/mvc' into feature/compare
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment