aaac8024 by 周伟奇

fix ext bug

1 parent cf8331db
......@@ -32,7 +32,7 @@ class TIFFHandler:
for i in range(tiff.n_frames):
try:
save_path = os.path.join(self.img_save_path, 'page_{0}'.format(i))
save_path = os.path.join(self.img_save_path, 'page_{0}.jpeg'.format(i))
tiff.seek(i)
tiff.save(save_path)
self.img_path_list.append(save_path)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!