`DuSC_explorer` uses `tifffile.imsave` to export images as data. `tiffifle.imsave` is now deprecated since [v2025.2.18](https://github.com/cgohlke/tifffile/releases/tag/v2025.2.18). The fix is to change `imsave` to `imwrite`.
DuSC_explorerusestifffile.imsaveto export images as data.tiffifle.imsaveis now deprecated since v2025.2.18.The fix is to change
imsavetoimwrite.