Skip to content

DIPlib version 3.2.0

Compare
Choose a tag to compare
@crisluengo crisluengo released this 08 Feb 23:17
· 532 commits to master since this release

See the announcement, including change log and specific instructions.


DIPimage installation for Windows

Install DIPimage by downloading the dipimage_3.2_windows_fftw.zip file below and unpack it on your computer in a location suitable for you. Start MATLAB and enter the following commands, replace <DIPROOT> with the path where you unpacked the dipimage_3.2_windows_fftw.zip file:

>> addpath('<DIPROOT>\share\DIPimage');
>> setenv('PATH',['<DIPROOT>\bin',';',getenv('PATH')]);
>> dipimage

This version of DIPimage will run on MATLAB R2018b and higher and has been tested on Windows 10.

Note: The first time readim is used you might get following warning:

Warning: Bio-Formats is not installed

You can ignore this warning. If you need to read an image file that can only be read through Bio-Formats, type help readim and follow the instructions there on how to install Bio-Formats.

To use DIPimage on an older version of MATLAB, or on a different platform, please wait for the next micro-release or build DIPimage yourself with the instructions found in https://github.com/DIPlib/diplib/blob/master/INSTALL.md.