Skip to content

Commit

Permalink
ENH: Improve filename extension metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Nov 13, 2024
1 parent 55cafee commit 85d3f97
Showing 1 changed file with 64 additions and 2 deletions.
66 changes: 64 additions & 2 deletions src/napari_itk_io/napari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,73 @@ contributions:
readers:
- command: napari-itk-io.get_reader
accepts_directories: true
filename_patterns: ['*']
filename_patterns:
- '*.bmp'
- '*.dcm'
- '*.dicom'
- '*.gipl'
- '*.gipl.gz'
- '*.h5'
- '*.hdf5'
- '*.hdr'
- '*.jpg'
- '*.jpeg'
- '*.lsm'
- '*.mnc'
- '*.mnc.gz'
- '*.mnc2'
- '*.mgh'
- '*.mgz'
- '*.mgh.gz'
- '*.mha'
- '*.mhd'
- '*.mrc'
- '*.nia'
- '*.hdr'
- '*.nhdr'
- '*.nii'
- '*.nii.gz'
- '*.nrrd'
- '*.pic'
- '*.png'
- '*.tif'
- '*.tiff'
- '*.vtk'
writers:
- command: napari-itk-io.write_multiple
layer_types: ['image*','labels*']
filename_extensions: []
- command: napari-itk-io.write_single
layer_types: ['image','labels']
filename_extensions: ['.nii']
filename_extensions:
- '.bmp'
- '.dcm'
- '.dicom'
- '.gipl'
- '.gipl.gz'
- '.h5'
- '.hdf5'
- '.hdr'
- '.jpg'
- '.jpeg'
- '.lsm'
- '.mnc'
- '.mnc.gz'
- '.mnc2'
- '.mgh'
- '.mgz'
- '.mgh.gz'
- '.mha'
- '.mhd'
- '.mrc'
- '.nia'
- '.hdr'
- '.nhdr'
- '.nii'
- '.nii.gz'
- '.nrrd'
- '.pic'
- '.png'
- '.tif'
- '.tiff'
- '.vtk'

0 comments on commit 85d3f97

Please sign in to comment.