Skip to content

Commit

Permalink
fix(image-io): use 'mnc' for minc extension
Browse files Browse the repository at this point in the history
Closes #1141
  • Loading branch information
lchauvin authored and thewtex committed May 29, 2024
1 parent c12e0b6 commit 31a5ff4
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 31a5ff4

Please sign in to comment.