PythonForAivia
PythonForAivia copied to clipboard
Test using tifffile directly for imread/imsave
Allows more control over handling metadata and can fix issue with 2D+T
Potential to fix #12
For cases like AdjustGamma.py, skimage's imread/imsave work just fine since multiple cases don't have to be handled explicitly. It makes sense, however, to switch to using tifffile's imread/imsave for all recipes so that potential users can avoid the confusion of seeing import statements from multiple libraries for the same task. Interested in your thoughts @pmascalchi
Indeed, tifffile read/write works as a charm and can be prioritized.