irtk.io.exr2png¶
- irtk.io.exr2png(image_path: str, verbose: bool = False) None¶
- Converts EXR images to PNG format recursively. - Parameters:
- image_path – The path to the image file or directory. If a directory is provided, it will recursively convert all .exr files in the directory and its subdirectories. 
- verbose – Whether to print the file paths being processed.