Question

I've just installed ImageMagick and as the web site says, I was testing the following commands:

convert logo: logo.gif
identify logo.gif
imdisplay logo.gif

I opened a Command Prompt window in the directory c:\Program Files\ImageMagick and executed the commands.

1) convert logo: logo.gif: I can't say if something happended, because it just listed the possible commands of ImageMagick

2) identify logo.gif: it prints the error: identify.exe: unable to open image 'logo.gif': No such file or directory @ error/blob.c/OpenBlob/2645

It appears that the command 'convert' it's not converting anything, but as it doesn't print an error when executed I don't know what can it be.

I'd appreciate if somebody could help me.

Was it helpful?

Solution

Executing the cmd as administrator apparently was enough to solve the problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top