By default the binaries install in C:\Program Files in a directory with a name like ImageMagick-6.3.1-Q8.
convert.exe will be in that directory.
Pete
Renaming convert.exe to imconvert.exe
Re: Renaming convert.exe to imconvert.exe
Solution:
Right-click My Computer, go to "Properties" -> "Advanced" -> "Environment Variables" -> find "Path" under System Variables and Edit it. Make sure that C:\Program Files\ImageMagick-6.3.1-Q8 is somewhere in the path, but not before C:\WINNT or C:\WINDOWS, as this will theoretically slow down system performance. You may need to log off and then on again, for this to work.
Why this is a tricky subject:
The official ImageMagick installation has one issue: The name "convert.exe" is a system command. When you install ImageMagick, two somewhat unfortunate things happen:
1) ImageMagick inserts itself at the beninning of the path, instead of at the end like most other applications do. This theoretically degrades the speed of Windows.
2) This way ImageMagick overrides the "convert.exe" command, which means Windows can no longer convert FAT partitions into NTFS.
It is sad that this issue has still not been addressed. I guess the dev team are afraid of changing this at such a late phase in development. On the other hand, they seem to be ready to take responsability of altering everyone's operating systems, which i personally would never feel comfortable doing on such a large scale. I wonder if this will ever change?
Right-click My Computer, go to "Properties" -> "Advanced" -> "Environment Variables" -> find "Path" under System Variables and Edit it. Make sure that C:\Program Files\ImageMagick-6.3.1-Q8 is somewhere in the path, but not before C:\WINNT or C:\WINDOWS, as this will theoretically slow down system performance. You may need to log off and then on again, for this to work.
Why this is a tricky subject:
The official ImageMagick installation has one issue: The name "convert.exe" is a system command. When you install ImageMagick, two somewhat unfortunate things happen:
1) ImageMagick inserts itself at the beninning of the path, instead of at the end like most other applications do. This theoretically degrades the speed of Windows.
2) This way ImageMagick overrides the "convert.exe" command, which means Windows can no longer convert FAT partitions into NTFS.
It is sad that this issue has still not been addressed. I guess the dev team are afraid of changing this at such a late phase in development. On the other hand, they seem to be ready to take responsability of altering everyone's operating systems, which i personally would never feel comfortable doing on such a large scale. I wonder if this will ever change?