1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-mrtrix">
<comment>MRtrix image</comment>
<generic-icon name="x-mrtrix"/>
<magic>
<match type="string" offset="0" value="mrtrix image"/>
</magic>
<glob pattern="*.mif"/>
<glob pattern="*.mih"/>
</mime-type>
<mime-type type="application/x-mrtrix-gz">
<comment>MRtrix image (compressed)</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.mif.gz"/>
</mime-type>
<mime-type type="application/x-nifti">
<comment>NIfTI image</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.nii"/>
</mime-type>
<mime-type type="application/x-nifti-gz">
<comment>NIfTI image (compressed)</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.nii.gz"/>
</mime-type>
<mime-type type="application/x-image-mgh">
<comment>MGH image</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.mgh"/>
</mime-type>
<mime-type type="application/x-image-mgz">
<comment>MGH image (compressed)</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.mgz"/>
</mime-type>
<mime-type type="application/x-image-analyze">
<comment>Analyze image</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.img"/>
</mime-type>
<mime-type type="application/x-mrtrix-tracks">
<comment>MRtrix streamlines file</comment>
<generic-icon name="x-mrtrix"/>
<glob pattern="*.tck"/>
</mime-type>
</mime-info>
|