Installed the last version but old one still comes up.
-
- Posts: 41
- Joined: 2016-10-04T02:08:22-07:00
- Authentication code: 1151
- Location: Nice, France
Installed the last version but old one still comes up.
I just installed ImageMagick-7.0.5-0-Q8-x64-dll.exe but when I say convert -version I still obtain ImageMagick 6.8.9-4 Q8 x64 2014-06-22. How can I cause "convert" to fetch the last version?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Installed the last version but old one still comes up.
In Windows, you must install the legacy components to run convert in IM 7. Alternately, just replace convert with magick and IM 7 should run fine.
-
- Posts: 41
- Joined: 2016-10-04T02:08:22-07:00
- Authentication code: 1151
- Location: Nice, France
Re: Installed the last version but old one still comes up.
On Windows the old version probably comes up as it is in the environmental path.
When you install version 7 it should ask two questions with a tick box beside each. Something like "add Imagemagick to your environmental path" and "Install legacy components". You want to definatly tick the add to environmental path box.
To manually add or remove the program from the environmental path you can either have a go at reinstalling or do a search for "adding programs to the environmental path". It is not complicated and you can remove the old version as well or just uninstall it.
When you install version 7 it should ask two questions with a tick box beside each. Something like "add Imagemagick to your environmental path" and "Install legacy components". You want to definatly tick the add to environmental path box.
To manually add or remove the program from the environmental path you can either have a go at reinstalling or do a search for "adding programs to the environmental path". It is not complicated and you can remove the old version as well or just uninstall it.
-
- Posts: 41
- Joined: 2016-10-04T02:08:22-07:00
- Authentication code: 1151
- Location: Nice, France
Re: Installed the last version but old one still comes up.
Thanks. Now convert -version gives the 2017 version.
-
- Posts: 41
- Joined: 2016-10-04T02:08:22-07:00
- Authentication code: 1151
- Location: Nice, France
Re: Installed the last version but old one still comes up.
Note that with Windows XP the old grandmother's recipe is still needed for the changes to be effective, even with the "install legacy" click: restart your computer! e.g. without the restart, "magick" is not recognized.