回答編集履歴
1
間違い修正
test
CHANGED
@@ -14,6 +14,6 @@
|
|
14
14
|
|
15
15
|
im2 = Image.open(f'product_slip_list/{filelist[i+1]}.tif')
|
16
16
|
|
17
|
-
get_concat_h(im1, im2).save('product_slip_list/{filelist[i]}_{filelist[i+1]}.tif')
|
17
|
+
get_concat_h(im1, im2).save(f'product_slip_list/{filelist[i]}_{filelist[i+1]}.tif')
|
18
18
|
|
19
19
|
```
|