Skip to content

Commit

Permalink
Merge pull request #1142 from lchauvin/lchauvin-patch-minc-support
Browse files Browse the repository at this point in the history
Fix #1141
  • Loading branch information
thewtex committed May 29, 2024
2 parents c12e0b6 + 31a5ff4 commit 65b369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/image-io/typescript/src/image-io-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const imageIoIndex = new Map([
['vtk', [vtkReadImage, vtkWriteImage]],
['bmp', [bmpReadImage, bmpWriteImage]],
['hdf5', [hdf5ReadImage, hdf5WriteImage]],
['minc', [mincReadImage, mincWriteImage]],
['mnc', [mincReadImage, mincWriteImage]],
['mrc', [mrcReadImage, mrcWriteImage]],
['lsm', [lsmReadImage, lsmWriteImage]],
['mgh', [mghReadImage, mghWriteImage]],
Expand Down

0 comments on commit 65b369e

Please sign in to comment.