problems in Vista

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: problems in Vista

Post by el_supremo »

If you used "rbg", the typo would cause a black background but it would also generate an error message.

The "0,0,0,0" that you used in the -draw command should be "0,0 0,0".

Pete
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: problems in Vista

Post by anthony »

el_supremo wrote:The "0,0,0,0" that you used in the -draw command should be "0,0 0,0".
The comma in those arguments should be optional. It is just a convention to use a space between the two sets to seperate them due to the separate meaning.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: problems in Vista

Post by el_supremo »

The comma in those arguments should be optional
I could've sworn that when I wrote my reply, the test I did generated an error when I used "0,0,0,0" instead of "0,0 0,0".
Now I can't make it fail.

Pete
Post Reply