Search found 3 matches
- 2011-10-20T11:38:40-07:00
- Forum: Users
- Topic: No matter what, second parameter of convert always invalid.
- Replies: 15
- Views: 53486
Re: No matter what, second parameter of convert always inval
Thats interesting as most people seem to rename the Imagemagicks convert program Well, I would do that, but seeing as how I've never ever used or even heard of this Windows convert program, and I have no idea what it does and doubt I'll ever use it, I'm not worried about the name collision. Besides ...
- 2011-10-20T11:21:00-07:00
- Forum: Users
- Topic: No matter what, second parameter of convert always invalid.
- Replies: 15
- Views: 53486
Re: No matter what, second parameter of convert always inval
Yes, that was it. Thanks. I moved ImageMagick to the front of my path now.Bonzo wrote:Can you get anything to work? The problem may be that windows is using its convert program and not Imagemagicks.
- 2011-10-20T10:38:32-07:00
- Forum: Users
- Topic: No matter what, second parameter of convert always invalid.
- Replies: 15
- Views: 53486
No matter what, second parameter of convert always invalid.
I'm trying out some things from the examples on the main site, like this: convert -background lightblue -fill blue -font Candice -pointsize 72 label:Anthony label.gif I get the error: Invalid Parameter - lightblue In fact, no matter what I enter, as long as there are 2 or more parameters, it always ...