RE: New ANT Image Transformation Tasks

2003-10-10 Thread Abey Mullassery
> > Is there a better way of getting the same effect? > > compiling with target="1.1" in your task. Thanks for the tip. The new source code is also up. The earlier version was subclassing the CopyTask. I just had to overridde the "doFileOperations()" to do a "transformImage()" instead of "cop

Re: New ANT Image Transformation Tasks

2003-10-10 Thread Stefan Bodewig
On Thu, 9 Oct 2003, Abey Mullassery <[EMAIL PROTECTED]> wrote: > Is there a better way of getting the same effect? compiling with target="1.1" in your task. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: New ANT Image Transformation Tasks

2003-10-10 Thread Abey Mullassery
Apache Software License == Thanks, Abey Mullassery W: http://www.mullassery.com == > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday

RE: New ANT Image Transformation Tasks

2003-10-09 Thread Abey Mullassery
> > You patch says compatible with Ant 1.3 while your website says 1.4. > Sorry for the mistake. The Task works with Ant version 1.4 onwards only. Could you please change it? The Task uses an image core library that has the implementations for using ImageIO, AWT, JAI, etc. The required implement

RE: New ANT Image Transformation Tasks

2003-10-09 Thread Abey Mullassery
it. Thanks, Abey Mullassery W: http://www.mullassery.com == > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 7:57 PM > To: [EMAIL PROTECTED] > Subject: Re: New ANT Image Transformation Tas

Re: New ANT Image Transformation Tasks

2003-10-09 Thread Stefan Bodewig
On Thu, 9 Oct 2003, Abey Mullassery <[EMAIL PROTECTED]> wrote: > If it is not against the conventions, I would be more than happy to > contribute this code to enhance the current implementation. "against the conventions"? Quite the opposite, all contributions are welcome. Stefan --

RE: New ANT Image Transformation Tasks

2003-10-09 Thread Abey Mullassery
://www.mullassery.com == > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 7:24 PM > To: [EMAIL PROTECTED] > Subject: Re: New ANT Image Transformation Tasks > > > On Tue, 7 Oct 2003,

Re: New ANT Image Transformation Tasks

2003-10-09 Thread Stefan Bodewig
On Tue, 7 Oct 2003, Abey Mullassery <[EMAIL PROTECTED]> wrote: > If you think this task is worth adding to the ANT task list, please > do. I've committed the changes, they'll apear on the website shortly. > Please let me know your comments and suggestions. You patch says compatible with Ant 1.3

New ANT Image Transformation Tasks

2003-10-07 Thread Abey Mullassery
I have developed a set of very simple ANT Image Tasks. It is actually one task with nested elements for transformations. Since lot of projects (atleast web apps) have images, this might be helpful. It can be used for thumb-nailing, writing copyright information on the images, overlaying images OR