QL-Win / QuickLook

Bring macOS “Quick Look” feature to Windows
http://pooi.moe/QuickLook/
GNU General Public License v3.0
17.21k stars 1.08k forks source link

Medical imaging file support (i.e. nifti) and .obj #186

Open braincharter opened 6 years ago

braincharter commented 6 years ago

Hello,

I wondered how difficult it would be for you to port this quicklook plugin into your infrastructure http://dti-tk.sourceforge.net/pmwiki/pmwiki.php?n=QuicklookPlugin.Main

It uses the nifti opensource library for a 3-slices preview of a nifti 3D or 4D acquisition. It would be amazingly useful for the neuroscience community.

Also, do you support 3D mesh/object files as now (.obj, .ply, etc.)? On MacOS, it is supported naturally, but there is also this plugin which does a nice static preview: https://github.com/alecjacobson/MeshQuickLookPlugin

Mike

xupefei commented 6 years ago

I don't have any experience in such file, don't know how it looks like and how you work with it. Can you give me some sample files, and explain to me how to view it, and what should QuickLook preview be like?

tanguyduval commented 6 years ago

This feature would be awesome I agree! NIFTI files are composed of a header and a N-dimensional volume. They can be loaded using C++ library ITK NiftiImageIO. A good display is: image

You display

Thanks for your work!

tanguyduval commented 6 years ago

@xupefei please find an example file attached VFAData.nii.gz Best

zhenglukai commented 3 years ago

I don't have any experience in such file, don't know how it looks like and how you work with it. Can you give me some sample files, and explain to me how to view it, and what should QuickLook preview be like?

Hi Paddy, are you still working on the NIfTI plugin? If so, you may take the macOS plugin and Linux alternative as references.

I am not sure if you speak Chinese... A big 谢谢 in advance :-3 @xupefei