smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
433 stars 101 forks source link

ImageFileExporter.create with filename containing backslash #197

Closed etiennegaucher closed 9 months ago

etiennegaucher commented 9 months ago

Calling ImageFileExporter.create() does not work if the filename contains backslash. We then need to add replace('\', '/') in the filename to make it work.