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.02.

How to Install PureImage:

  • On GNU/Debian Linux, it is possible to use the prepared Deb package.
    1. Download Download the latest DEB file (Debian package)
    2. On Debian Linux, install using command:
      dpkg -i pureimage_2024.02-1_all.deb

      It is installed in the /usr/share/lib/pureimage/ directory with system configuration in /etc/mre/pureimage/.

    3. 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).
    1. Download Download the latest ZIP file
    2. Extract files from the downloaded archive using e.g. unzip or 7zip.
      unzip pureimage-2024.02.zip
    3. Go into the created directory
      cd pureimage-2024.02/
    4. 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.02.jar <<<options>>>

How to Use

Please, see Dependency on External Tools and Usage for more information how to run and use PureImage.