InsightSoftwareConsortium / napari-itk-io

File IO with itk for napari.
Apache License 2.0
7 stars 2 forks source link

Writer feature #7

Closed Chris-N-K closed 1 year ago

Chris-N-K commented 2 years ago

Hi, is there a specific reason, why the writer is not implemented yet? I know that itk-napari-conversion already has the option to transform a napari layer to an itk image. I used this function for a little plugin for me and my colleagues to save image or labels layers. As of now it is not directly integrated as a writer plugin but as a widget to allow the option to copy metadata from an other layer.

Best regards, Chris