Jakob Fix wrote:

>Hello,
>
>I am trying to use ant to run ImageMagick's composite command over a
>fileset, like this:
>
>
>The commandline for the composite command is this, which I know works:
>  
>
>>composite -dissolve 40% -tile watermark.png in/hsc-c0311d.png 
>>out/hsc-c0311d.png
>>    
>>
>
>When running the ant file, I get these error messages:
>
>watermark:
>    [apply] Current OS is Windows 2000
>    [apply] hsc-c0311d.png skipped - don't know how to handle it
>    [apply] hsc-c0311e.png skipped - don't know how to handle it
>    [apply] hsc-c0311f.png skipped - don't know how to handle it
>    [apply] hsc-c0312.png skipped - don't know how to handle it
>    [apply] hsc-c0601.png skipped - don't know how to handle it
>
>  
>
Hello Jakob,
can you run ant like this :
ant -verbose

or

ant -debug

to see the exact command lines issued by Ant.

Maybe it is not what you would like and "composite.exe" has a problem
with the command.

Cheers,

Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to