Re: Users - Multiple images and thumbnail images

Posted by Jacques Le Roux on
URL: http://ofbiz.116.s1.nabble.com/Multiple-images-and-thumbnail-images-tp139304p139306.html



> From: "Chris Howe" <[hidden email]>
>
> > Those files appear to be licensed by Sun under BSD +.
> >
> > http://access1.sun.com/techarticles/ImagingApps/JImage.html
> > However, the uploaded files do not appear to contain a
> > copy of the license as is one of the conditions of the
> > license.
>
> Thanks to let us know Chris. And, rrrr, this is *bad* Rohit except if you did not know.
>
> Jacques

I meant "did not know it" of course. In this case, if it's not you that copied the files from the link above, please let know  the
person that did that in a project like "Apache OFBiz" this kind of thing is very badly seen.

Thanks

Jacques

> > --- Rohit Sureka <[hidden email]> wrote:
> >
> > > thanks BJ,
> > >
> > > i just uploaded the file on jira, hope somebody
> > > picks it up.
> > >
> > > If anybody finds this feature to be useful, please
> > > vote for it:
> > >
> > > http://jira.undersunconsulting.com/browse/OFBIZ-887
> > >
> > > rohit
> > >
> > >
> > > ----- Original Message ----
> > > From: BJ Freeman <[hidden email]>
> > > To: [hidden email]
> > > Sent: Saturday, July 29, 2006 9:36:03 AM
> > > Subject: Re: Users - Multiple images and thumbnail
> > > images
> > >
> > >
> > > Create a Jira. This takes care of license issues,
> > > when you attach code.
> > >
> > > If someone in the community has an interest or time
> > > they may pick up on it.
> > >
> > > If you want this just for you interest then ask if
> > > someone is willing to
> > >   do this for pay. This may not be included in
> > > ofbiz, but you can use it
> > > your application.
> > >
> > > rohit2006 sent the following on 7/29/2006 1:37 AM:
> > > >
> > > >
> > > > hi,
> > > >
> > > > i got a bit of code that can create new images
> > > from existing images. I need
> > > > some help in integrating this code with the ofbiz.
> > > The idea is to create
> > > > smaller thumbnails from the larger images, if the
> > > thumbnail do not exist.
> > > >
> > > > This code uses ImageIO API,
> > > >
> > >
> > http://www.nabble.com/user-files/144/JPEGImageIO.java
> > > JPEGImageIO.java
> > > >
> > > > This code uses Java Advanced Imaging API
> > > > http://www.nabble.com/user-files/146/JPEGJai.java
> > > JPEGJai.java
> > > >
> > > > This code uses Java2D API
> > > > http://www.nabble.com/user-files/145/JPEGJ2d.java
> > > JPEGJ2d.java
> > > >
> > > > I am not sure which can be the best for ofbiz, so
> > > i have included all three
> > > > of them. I was not really able to get them work
> > > with Ofbiz due to my limited
> > > > knowlegde of ofbiz. If anyone can integrate them
> > > or guide me how to do it, i
> > > > will really appreciate it.
> > > >
> > > > Thanks
> > > >
> > > > rohit