In Windows, a command called convert
is used to convert the filesystems. When you type convert
, it will ask you to specify a filesystem.
In ImageMagick, convert
command is used for image processing.
The problem is, even after setting the environment variable for ImageMagick convert
, the tool doesn't get invoked. It calls only the Windows convert
command. How to override that?