Functional?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
msjonesking
Posts: 5
Joined: 2015-03-04T12:44:37-07:00
Authentication code: 6789

Functional?

Post 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.
Last edited by msjonesking on 2015-03-04T13:05:03-07:00, edited 1 time in total.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Functional?

Post by snibgo »

file:///C:/Users/MJones/Pictures/imerrors.PNG

Linking to a file that is on your hard disk doesn't work, sadly.
snibgo's IM pages: im.snibgo.com
msjonesking
Posts: 5
Joined: 2015-03-04T12:44:37-07:00
Authentication code: 6789

Re: Functional?

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Functional?

Post 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.
snibgo's IM pages: im.snibgo.com
msjonesking
Posts: 5
Joined: 2015-03-04T12:44:37-07:00
Authentication code: 6789

Re: Functional?

Post by msjonesking »

Ok, so it's

Convert wizard: wizard.jpg?
msjonesking
Posts: 5
Joined: 2015-03-04T12:44:37-07:00
Authentication code: 6789

Re: Functional?

Post by msjonesking »

When I separate them everything works. Is that enough to tell me that the issue isn't ImageMagick?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Functional?

Post by snibgo »

Yes, if those two commands work, then ImageMagick works.

I've never heard of CollectiveAccess. Sorry.
snibgo's IM pages: im.snibgo.com
msjonesking
Posts: 5
Joined: 2015-03-04T12:44:37-07:00
Authentication code: 6789

Re: Functional?

Post by msjonesking »

No worries, thanks for your help.
Post Reply