INNER CODE UNIT · Python

img_path

nachifur/MulimgViewer · src/mulimgviewer/src/custom_func/Image Enhancement/main.py:37

                img_path = save_path / name_list[i]
            else:
                img_path = save_path / (str(i) + ".png")
            img.save(str(img_path))
        i += 1
    return out_img_list

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…