Download
PureImage is a command-line Java application.
Requirement
You need to have installed Java Platform (JRE) v17+. First, download and install any JRE (e.g. Oracle Java) if you do not have installed Java on your computer yet).
PureImage Version
The latest PureImage stable version is 2024.11.
How to Install PureImage:
- On GNU/Debian Linux, it is possible to use the prepared Deb package.
- Download Download the latest DEB file (Debian package)
- On Debian Linux, install using command:
dpkg -i pureimage_2024.11-1_all.deb
It is installed in the /usr/share/lib/pureimage/ directory with system configuration in /etc/mre/pureimage/.
- You can use PureImage by typing command:
pureimage
. Please, see Usage for information how to use it.
- Use the ZIP file on other platforms (it works on Linux too).
- Download Download the latest ZIP file
- Extract files from the downloaded archive using e.g. unzip or 7zip.
unzip pureimage-2024.11.zip
- Go into the created directory
cd pureimage-2024.11/
- Run PureImage
- by typing command
./pureimage.sh
and see the output. This script will print more details and create necessary directories, when executed. You should place your DICOM files into the ./data/ directory. - or by execution of command:
java -jar pureimage-2024.11.jar <<<options>>>
- by typing command
How to Use
Please, see Dependency on External Tools and Usage for more information how to run and use PureImage.