Page 1 of 1

Functional?

Posted: 2015-03-04T12:54:39-07:00
by msjonesking
Hi I'm not sure ImageMagick is actually working correctly on my machine. I downloaded and installed Win32 dynamic at 16 bits-per-pixel (pre-compiled binary). I ran the tests and everything seemed to function. The wizard appeared, etc. But errors still appeared even though they didn't seem to affect anything. I'm trying to use ImageMagick with CollectiveAccess, and even though I can open my instance of ImageMagick on the desktop and CA recognizes ImageMagick, something isn't working properly. CA isn't allowing the import of the images. I thought the problem was on the CollectiveAccess side, but I'm starting wonder if it's on the ImageMagick side.

So my question is, is there anything to these errors that I'm seeing? Should they tell me that I've installed ImageMagick incorrectly?

Thanks for any help in advance!

Errors:
C:\ImageMagick-6.9.0-Q16>convert wizard: wizard.jpg convert wizard.jpg win:
convert.exe: unable to open image 'wizard.jpg': No such file or directory @error/blob.c/OpenBlob/2675.
convert.exe: unable to open image 'convert': No such file or directory @error/blob.c/OpenBlob/2675.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
convert.exe: unable to open image 'wizard.jpg': No such file or directory @ error/blob.c/OpenBlob/2675.

Re: Functional?

Posted: 2015-03-04T13:02:48-07:00
by snibgo
file:///C:/Users/MJones/Pictures/imerrors.PNG

Linking to a file that is on your hard disk doesn't work, sadly.

Re: Functional?

Posted: 2015-03-04T13:05:23-07:00
by msjonesking
Yeah, I fixed that and just typed in the errors.
Errors:
C:\ImageMagick-6.9.0-Q16>convert wizard: wizard.jpg convert wizard.jpg win:
convert.exe: unable to open image 'wizard.jpg': No such file or directory @error/blob.c/OpenBlob/2675.
convert.exe: unable to open image 'convert': No such file or directory @error/blob.c/OpenBlob/2675.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
convert.exe: unable to open image 'wizard.jpg': No such file or directory @ error/blob.c/OpenBlob/2675.

Re: Functional?

Posted: 2015-03-04T13:10:20-07:00
by snibgo

Code: Select all

convert wizard: wizard.jpg convert wizard.jpg win:
That isn't a valid convert command. You have squished two commands together, and you can't do that.

Re: Functional?

Posted: 2015-03-04T13:13:15-07:00
by msjonesking
Ok, so it's

Convert wizard: wizard.jpg?

Re: Functional?

Posted: 2015-03-04T13:14:49-07:00
by msjonesking
When I separate them everything works. Is that enough to tell me that the issue isn't ImageMagick?

Re: Functional?

Posted: 2015-03-04T13:45:39-07:00
by snibgo
Yes, if those two commands work, then ImageMagick works.

I've never heard of CollectiveAccess. Sorry.

Re: Functional?

Posted: 2015-03-04T13:51:07-07:00
by msjonesking
No worries, thanks for your help.