Releases: rordenlab/MRIcroGL
Releases · rordenlab/MRIcroGL
version 20-July-2022 (v1.2.20220720)
- Linux fonts with bitmap zoom > 1
- MRS data types
- Updated dcm2niix
- The MRIcroGL_linux1804 archive is for older (e.g. Ubuntu 18.04) Linux distributions. Users of modern distributions should us the MRIcroGL_linux archive.
To use the QT5 version, Linux users may need to install libqt5pas1 (e.g. sudo apt install libqt5pas1
). If this is not included with your distribution, you can either use the GTK version or install the libqt5pas1 library manually.
version 7-October-2021 (v1.2.20211007)
Draft for Debian code
version 6-October-2021 (v1.2.20211006)
- Interactive render crosshairs for the
Multi-Planar A+C+S+R
menu item in theDisplay
item shows 2D slices and a volume rendering. Clicking on any of the four images changes the cross-hair position across all views. The method is described here. - The
Option
button includesFind Edges
command that provides a Difference of Gaussians. Also available in scripts via dog() function. - Measuring tool (option-drag across slices) shows sample along line graph.
Intensity histogram
function inGraph
menu.- Updated dcm2niix
To use the QT5 version, Linux users may need to install libqt5pas1 (e.g. sudo apt install libqt5pas1
). If this is not included with your distribution, you can either use the GTK version or install the libqt5pas1 library manually.
version 24-August-2021 (v1.2.20210824)
- Interactive render crosshairs for the
Multi-Planar A+C+S+R
menu item in theDisplay
item shows 2D slices and a volume rendering. Clicking on any of the four images changes the cross-hair position across all views. The method is described here. - The
Option
button includesFind Edges
command that provides a Sobel filter. Also available in scripts via sobel() function.
version 16-August-2021 (v1.2.20210816)
- Interactive render crosshairs for the
Multi-Planar A+C+S+R
menu item in theDisplay
item shows 2D slices and a volume rendering. Clicking on any of the four images changes the cross-hair position across all views. The method is described here.
version 1-August-2021 (v1.2.20210801)
Minor release
- By default builds to PythonBridge instead of Python-for-Lazarus. This allows static linking for macOS and Linux.
- Fixes issue for macOS for multiple monitor displays where some are HiDPI (retina) and others are not.
version 24-June-2021 (v1.2.20210624)
Experimental release: next stable release not expected until Autumn.
- Clicking on render shows X,Y,Z coordinates in title bar.
- New view that shows multiplanar slices simultaneously with rendering (Display/Multi-PlanarACSR menu item), allowing you to click on rendering to see location on slices.
version 17-March-2021 (v1.2.20210317)
- Python 3.9 support
- cividis color scheme
- Allow coordinates panel to accept negative values (Windows and Linux)
- Update dcm2niix to v1.0.20210317
- Windows users should only use MRIcroGL_obsolete_windows if they have a computer created before 2011.
version 2-November-2020 (v1.2.20201102)
- Updated dcm2niix
- Faster performance
- Additional supported image formats
- Apple Metal variant (MRIcroMTL) now matches features of OpenGL version (MRIcroGL). Both macOS downloads are universal binaries (they have native Intel and Apple CPU support).
- Only requires OpenGL 2.1 (rather than 3.3 Core), which improves compatibility for virtual machines and HPC environments.
version 7-July-2020 (v1.2.20200707)
- Additional supported image formats
- Apple Metal variant (MRIcroMTL) now matches features of OpenGL version (MRIcroGL)
- Only requires OpenGL 2.1 (rather than 3.3 Core), which improves compatibility for virtual machines and HPC environments.