![]() |
![]() |
![]() |
![]() |
This page provides information specific to ImageMagick installed via a "setup.exe" style installation wizard under Microsoft Windows. It applies only to the pre-built "binaries" package, and not to versions compiled from source code. If you would like to install ImageMagick from source code, then please refer to the ImageMagick installation guide .
PrerequisitesWhile multiple versions of ImageMagick may be
installed at one time, if your intention is to replace a prior
installation of ImageMagick with a newer version, then it may be
wise to uninstall the existing ImageMagick (see uninstall
procedure) prior to installing the newer version. Retrieve Install PackageRetrieve the ImageMagick Windows binary install package from a one of the ftp sites listed at the ImageMagick Download Sites page. The available install packages are as follows Windows Dynamic-Multithread (DLL-based) install package with utilities, PerlMagick, API headers, DLLs, link libraries, web pages, and the ImageMagickObject COM object. ImageMagick-6.0.2-Q8-windows.exe ImageMagick-6.0.2-Q16-windows.exe Windows Static-Multithread package including the utilities (convert.exe, imdisplay.exe, and MagickCMD.exe), the ImageMagickObject COM object, and the ImageMagick web pages. Note that the QuantumDepth=8 version (Q8) which provides industry standard 24/32 bit pixels consumes half the memory and about 30% less CPU than the QuantumDepth=16 version (Q16) which provides 48/64 bit pixels for high-resolution color. A Q8 version is fine for processing typical photos. If you are dealing with scientific or medical images or deal with images that have limited contrast, then the Q16 version is recommended. It is also possible to build a Q32 version which has enough resolution to deal with the latest reconnaissance images. Please let us know if there is any demand for the Q32 versions. Start Installation WizardExecute the downloaded file from your browser or by double-clicking on the filename from within Windows Explorer. The ImageMagick Setup Wizard will appear. Click on “Next>” to continue. Read Installation InformationAn informational screen is presented which provides a summary of things you should know before you proceed. Please take care to read this information. Once you have finished, Click on “Next>” to continue. Select Destination DirectorySpecify what drive and directory to install ImageMagick into. Approximately 15MB of free disk space is required to install all of ImageMagick (you may choose to install a subset to save space). A message at the bottom of the screen will tell you exactly how much space is required to install the complete package. The default installation directory is similar to “C:\Program Files\ImageMagick-6.0.2-Q8”. Once you have entered the desired installation directory, then select “Next>” to continue. Select Start Menu FolderSelect the folder where you would like the program's shortcuts to appear. The default should normally be satisfactory. Click on “Next>” to continue. Select Additional TasksA screen is displayed which presents most (or all) of the following options:
"Creating a desktop icon" and "Update the executable search path" are selected by default. The remaining options default to un-selected. Select the options you prefer. Think twice before selecting "Associate supported file extensions with ImageMagick" since this will set up approximately fifty file associations, including common formats like JPEG, GIF, PNG, TIFF, and PDF. These file associations will be to the 'imdisplay' program which is suitable for displaying images, but currently offers little more than that. Windows XP seems to handle the file assocations pretty well, allowing you to choose from a list of programs, but older systems like Windows NT 4.0 and Windows '98 only support a single association per format, which can be quite annoying. Associations for ImageMagick's native formats (such as MIFF) will always be made. Once you have made your selections, click on “Next>” to continue. Ready to InstallA screen is displayed which displays the selected options. If you are not satisfied with a selected option, then click on “<Back” to go back to a previous screen so that the option may be adjusted. If you are satisfied with the options and are ready to install, then select “Install”. To abort the installation entirely, select “Cancel”. Installation ProgressWhile the install program is performing the installation, it will display what it is doing in an installation progress window. Final InformationA summary of post-install steps is provided. These steps include some commands you can execute to make sure that ImageMagick is working, as well as some notes about what has been installed on your system, and where to find additional information. Once you have read this information, click on “Next>” to continue. Finishing UpBy default “View ImageMagick.html”
is check-marked. This causes the ImageMagick web pages to be
displayed in your web browser when “Finish” is
selected. If you do not want to view the web pages, then de-select
“View ImageMagick.html”. Select “Finish” to
exit the installation program. Testing The InstallationSelect “Command Prompt” from the Windows Start menu. Within the window type
convert logo: logo.miff and the ImageMagick logo should be displayed in a window.
[ The following is transcribed from the Inno Setup documentation. Inno Setup is used to create the binary install package. This information may be of value if the ImageMagick installation must be automated (e.g. If it is installed as part of another package). ] The Setup program accepts optional command line parameters. These can be useful to system administrators, and to other programs calling the Setup program. /SPDisables the "This will install... Do you wish to continue?" prompt at the beginning of Setup. Of course, this will have no effect if the DisableStartupPrompt [Setup] section directive was set to yes. /SILENT, /VERYSILENTInstructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal so for example error messages during installation are displayed and the startup prompt is (if you haven't disabled it with DisableStartupPrompt or the '/SP-' command line option explained above) If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? messagebox. If it's very silent it will reboot without asking. /NORESTARTInstructs Setup not to reboot even if it's necessary. /LOADINF="filename"Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below. Don't forget to use quotes if the filename contains spaces. /SAVEINF="filename"Instructs Setup to save installation settings to the specified file. Don't forget to use quotes if the filename contains spaces. /DIR=“x:\dirname”Overrides the default directory name displayed on the Select Destination Directory wizard page. A fully qualified pathname must be specified. If the [Setup] section directive DisableDirPage was set to yes, this command line parameter is ignored. /GROUP="folder name"Overrides the default folder name displayed on the Select Start Menu Folder wizard page. If the [Setup] section directive DisableProgramGroupPage was set to yes, this command line parameter is ignored. /NOICONSInstructs Setup to initially disable the Don't create any icons check box on the Select Start Menu Folder wizard page. /COMPONENTS="comma separated list of component names"Overrides the default components settings. Using this command line parameter causes Setup to automatically select a custom type.
The ImageMagick package incorporates its own uninstall functionality. Always remove an installed ImageMagick via its uninstall function since manually removing it (such as by removing its installation directory) will leave behind the registry entries and path settings established at install time. Under Windows '98, use the “Uninstall” entry in the ImageMagick portion of the Windows start menu to initiate the uninstall. On NT 4.0 and 5.X -based systems, ImageMagick should be removed via the “Add or Remove Programs” area of the Windows Control Panel. Select the ImageMagick package from the list, and click on “Change/Remove” to uninstall it.
The ImageMagick convert utility may be executed as a sub-process by other programs. If convert utility is not in the systems executable search path (it should be since the ImageMagick install extends the path), then the utility should be executed via the complete path to the executable. A COM object included with the "utils" package and known as ImageMagickObject may be used to execute the ImageMagick utilities (e.g. "convert") without spawning a new process. A package which is linked against the ImageMagick core DLLs may use the DLLs from an installed DLL-based ImageMagick, provided that the ImageMagick release versions are identical, and the value of QuantumDepth matches the value used when building the package. One way to ensure this is to include a matching ImageMagick installation package along with your own package. In order to facilitate building C and C++ programs that use ImageMagick without requiring building ImageMagick from source code, the header files and link libraries required to build programs using Visual C++ 7.0 are provided in “include” and “lib” subdirectories under the installation directory. Using these headers and libraries to build your dependent application ensures that they will be compatible with the release DLLs. Note that the DLLs and libraries are built using Visual C++ 7.0 (.net). In order to use Magick++, you must either use the same compiler version used to build the distribution, or download the Windows source package and build everything yourself. While it should be possible to use the free MinGW gcc compiler with the CORE_RL_magick_.dll (ImageMagick C library), it will certainly not be possible to use it with CORE_RL_Magick++_.dll (ImageMagick C++ library) due to name mangling differences. The following project build options (change “C:\ImageMagick” to wherever you have chosen to install) should ensure compatibility with the headers and libraries as delivered:
When ImageMagick is installed, entries are added to the Windows Registry so that other programs may obtain information regarding the most recently installed ImageMagick. These entries are available under the registry path HKEY_LOCAL_MACHINE\SOFTWARE\ImageMagick\Current These keys are currently available:
In addition to registry entries which provide information on the most recently installed ImageMagick (which is not necessarily the newest version installed), registry entries are available for specific versions of installed ImageMagick packages. These registry entries are available under a registry path of the form: HKEY_LOCAL_MACHINE\SOFTWARE\ImageMagick\ VERSION\Q:DEPTH where VERSION represents the ImageMagick version and DEPTH (which may have the values 8, 16, or 32) represents the number of bits per pixel quantum. Packages which require a particular version of ImageMagick built with a specific QuantumDepth may find a matching installation via these registry entries. These keys are currently available:
![]() |