Skip to content

Neuroimaging file thumbnail generator and integration.

Notifications You must be signed in to change notification settings

childmindresearch/neurothumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neurothumb

Neuroimaging file thumbnail generator and integration.

Screenshot 1

Screenshot 2

Installation

PSA: This is a working prototype. Prebuilt binaries and automatic install scripts will be provided in the future.

We are also working on supporting more file formats (Nifti2, surface files) and systems (Windows, MacOS)

Ubuntu/Gnome/Nautilus

Add nifti mime types and thumbnailer entry.

sudo cp integration/gnome/neurothumb.xml /usr/share/mime/packages/neurothumb.xml
sudo update-mime-database /usr/share/mime
sudo cp integration/gnome/neurothumb.thumbnailer /usr/share/thumbnailers/neurothumb.thumbnailer

Build neurothumb application and copy it to system.

cargo build --release
sudo cp target/release/neurothumb /usr/bin/neurothumb

Optional: Restart nautilus and clear thumbnail cache.

nautilus -q
rm -r ~/.cache/thumbnails

Optional: There is a default file size limit (50MB) in nautilus. For files bigger than that no thumbnailes will be generated. If you want to increase this limit you can do (e.g. for 500MB):

gsettings set org.gnome.nautilus.preferences thumbnail-limit 500

About

Neuroimaging file thumbnail generator and integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages