You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sanselan-dev@incubator.apache.org by Ard Schrijvers <a....@onehippo.com> on 2008/07/21 10:29:02 UTC

Transforming images

Hello Everybody,

I just checked out sanselan because I want to extract meta data from
images. What I though also need todo is transforming (like resizing)
images. I cannot find such a thing in Sanselan. Is it part of the
project, a future goal, or just not meant to be done with Sanselan? If
not, is there a os project that does you know of? 

Thanks for any info and pointers,

Regards Ard Schrijvers


a.schrijvers@onehippo.com - ard@apache.org - www.onehippo.com
-------------------------------------------------------------
Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466
San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA
94952-3329 +1 (707) 773-4646
-------------------------------------------------------------

RE: Transforming images

Posted by Ard Schrijvers <a....@onehippo.com>.
Hello Charles,

Thanks for the pointer. I was already using the java.awt.Graphics2D but
also used com.sun.image.codec.jpeg.JPEGCodec which is not really
suitable for us (besides only rescaling jpeg). Therefor I took a look at
Sanselan but learned doesn't suit my needs, though I do probably want to
use the metadata you can extract with Sanselan. 

Since there might be some match with Tika as well (I am not sure yet) I
sure think I'll start using Sanselan anyway. 

Thanks again for your pointer! 

Regards Ard

> 
> Hello Ard,
> 
>    Resizing images in Java is quite easy for simple cases.  Check out:
> 
> http://forums.sun.com/thread.jspa?threadID=647731&messageID=3814462
> 
>    Sanselan doesn't really have anything to do with this.
> 
> Charles.
> 
> 
> On Mon, Jul 21, 2008 at 12:29 PM, Ard Schrijvers 
> <a....@onehippo.com> wrote:
> > Hello Everybody,
> >
> > I just checked out sanselan because I want to extract meta 
> data from 
> > images. What I though also need todo is transforming (like 
> resizing) 
> > images. I cannot find such a thing in Sanselan. Is it part of the 
> > project, a future goal, or just not meant to be done with 
> Sanselan? If 
> > not, is there a os project that does you know of?
> >
> > Thanks for any info and pointers,
> >
> > Regards Ard Schrijvers
> >
> >
> > a.schrijvers@onehippo.com - ard@apache.org - www.onehippo.com
> > -------------------------------------------------------------
> > Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam 
> +31(0)20-5224466 
> > San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA
> > 94952-3329 +1 (707) 773-4646
> > -------------------------------------------------------------
> >
> 

Re: Transforming images

Posted by Charles Matthew Chen <ch...@gmail.com>.
Hello Ard,

   Resizing images in Java is quite easy for simple cases.  Check out:

http://forums.sun.com/thread.jspa?threadID=647731&messageID=3814462

   Sanselan doesn't really have anything to do with this.

Charles.


On Mon, Jul 21, 2008 at 12:29 PM, Ard Schrijvers
<a....@onehippo.com> wrote:
> Hello Everybody,
>
> I just checked out sanselan because I want to extract meta data from
> images. What I though also need todo is transforming (like resizing)
> images. I cannot find such a thing in Sanselan. Is it part of the
> project, a future goal, or just not meant to be done with Sanselan? If
> not, is there a os project that does you know of?
>
> Thanks for any info and pointers,
>
> Regards Ard Schrijvers
>
>
> a.schrijvers@onehippo.com - ard@apache.org - www.onehippo.com
> -------------------------------------------------------------
> Amsterdam - Hippo B.V. Oosteinde 11 1017 WT Amsterdam +31(0)20-5224466
> San Francisco - Hippo USA Inc. 101 H Street, suite Q Petaluma CA
> 94952-3329 +1 (707) 773-4646
> -------------------------------------------------------------
>