We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3390835 commit e9e11c8Copy full SHA for e9e11c8
src/read.py
@@ -19,7 +19,7 @@
19
data = reader.load_group(groupNo=i)
20
patchImgArray = reader.asImg(data[0])
21
im = Image.fromarray(patchImgArray)
22
- path = os.path.join(dillFolder, f"{i}.png")
+ path = os.path.join(dillFolder, f"{i}-0.png")
23
im.save(path)
24
25
0 commit comments