Matt,
On 28/09/05, Matt Benson <[EMAIL PROTECTED]> wrote:
> Jakob--the "don't know how to handle it" indicates a
> problem with your mapper.
ah, that's good to know! I was wondering who was responsible for this message.
> Try changing your mapper to
>
>
Yes!!! it does work. great. thanks ev
Jakob--the "don't know how to handle it" indicates a
problem with your mapper. Try changing your mapper to
If that doesn't work, try
HTH,
Matt
--- Jakob Fix <[EMAIL PROTECTED]> wrote:
> Hello Brian,
>
> thanks for your answer. unfortunately, this doesn't
> work either (same
> result and
Hello Brian,
thanks for your answer. unfortunately, this doesn't work either (same
result and debug messages).
On 26/09/05, Dick, Brian E. <[EMAIL PROTECTED]> wrote:
> Sometimes the commandline arguments are a bit tricky. Try the following.
>
>
>
>
>
>
>
>
>
Sometimes the commandline arguments are a bit tricky. Try the following.
-Original Message-
From: Jakob Fix [mailto:[EMAIL PROTECTED]
Sent: Monday, September 26, 2005 4:36 AM
To: Ant Users List
Subject: Re: problem with apply task
Hello Antoine,
thanks for taking an interest in this problem.
On 23/09/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
> 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
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
>>
>>
>
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/