This release has a few improvements and bug fixes.
See the announcement, including change log and specific installation instructions.
Binaries for Python exist for the most common platforms on PyPI.
DIPimage for Windows build
A zip-file DIPlib_3.6.0_Windows with a Windows build for Matlab (no Python) has been included in this release. This build has been made with the following configuration:
- Windows 11
- Matlab R2024b
- Visual Studio 2022
- OpenMP
- GLFW 3.4
- FFTW3 3.3.5
- OpenJDK 21
- Bio-Formats
- View5D 2.5.5
It has been tested on two Windows 11 computers with Matlab R2024b, so your milage may vary...
There is no installer for this build. Preferably unpack the zip-file in your $HOME directory. You can use this matlab script dipstart.m to setup Matlab for DIPlib:
%% This script adds the DIPlib toolbox to Matlab
%% It must be started everytime you start Matlab
%% This can be automated by adding this script to your `startup.m`
%% The `startup.m` is located in `userpath`
% change diproot to path where DIPlib is installed
diproot="$HOME\DIPlib\";
addpath(fullfile(diproot, "share\DIPimage\"));
setenv('PATH', fullfile(diproot, "bin\")+';'+getenv('PATH'));License
This distribution contains the FFTW and Bio‑Formats libraries, both of which are distributed under GPLv2.