All Downloads are FREE. Search and download functionalities are using the official Maven repository.

doc.enduser.installing-imagemagick.html Maven / Gradle / Ivy

The newest version!



	
		
		Installing ImageMagick for use within the Daisy Pipeline
		
	
	
		

Installing ImageMagick for use within the Daisy Pipeline

Installing ImageMagick

On Windows

Download and install the latest binary release available on the ImageMagick website

On Mac OS X

The DAISY Pipeline disk image (.dmg) comes with a package installer that will install ImageMagick in /usr/local/bin

You can also choose to install ImageMagick from unix port systems such as MacPorts or Fink

On Linux

It is to install ImageMagick via the standard package system used by your Linux distribution (e.g. DEB or RPM). See your distribution documentation for more details.

Configuring the ImageMagick convert path in the DAISY Pipeline

  • If you are using the Pipeline GUI, go to Windows > Preferences > Paths and make sure that the "convert" path entry points to the ImageMagick convert executable (e.g. C:\Program File\ImageMagick\convert.exe)
  • If you are using the Pipeline CommandLine version or have embedded the Pipeline as a component in another system, do the following:
    • Locate the pipeline.user.properties file by navigating to the Pipeline installation path (e.g. C:\Program Files\Daisy Pipeline\) and find pipeline.user.properties within that directory.
    • Open pipeline.user.properties in an XML or text editor, and make sure that the entry with the key pipeline.imageMagick.convert.path points to the convert.exe file.

      For example, if you installed ImageMagick to C:\Program File\ImageMagick\, the resulting element in pipeline.user.properties should read:

      
      	<entry key="pipeline.imageMagick.convert.path">C:\Program File\ImageMagick\convert.exe</entry>
      		




© 2015 - 2025 Weber Informatics LLC | Privacy Policy