Re: Resize images

2014-09-16 Thread Miguel
age images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot of examples if you google 'JAI image resize'. I store higher res images a

Re: Resize images

2014-09-16 Thread Peter Sparkes
eter On 12/09/2014 06:59, Miguel wrote: Hi Peter r You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot o

Re: Resize images

2014-09-16 Thread Miguel
You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot of examples if you google 'JAI image resize'. I

Re: Resize images

2014-09-16 Thread Peter Sparkes
rsity of Calgary Phone: (403) 220-3383 Fax: (403) 282-1218 -Original Message- From: Peter Sparkes [mailto:pe...@didm.co.uk <mailto:pe...@didm.co.uk>] Sent: September-11-14 8:23 AM To: users@cocoon.apache.org <mailto:users@cocoon.apache.org> >>

Re: Resize images

2014-09-16 Thread Miguel
images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot of examples if you google 'JAI image resize'. I store higher res images and d

Re: Resize images

2014-09-16 Thread Peter Sparkes
2.1 Best wishes Peter On 12/09/2014 06:59, Miguel wrote: Hi Peter r You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my si

Re: Resize images

2014-09-15 Thread Peter Sparkes
: Hi Peter r You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot of examples if you google 'JAI

Re: Resize images

2014-09-15 Thread Miguel
Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot of examples if you google 'JAI image resize'. I store higher res images and downscale t

Re: Resize images

2014-09-15 Thread Peter Sparkes
, Miguel wrote: Hi Peter r You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards On 11/09/2014 16:07, Sandor Szatmari wrote: I use JAI to dynamically resize images for my site. There are lot of examples if you google

Re: Resize images

2014-09-11 Thread Miguel
Hi Peter You can find examples to manage images in Cocoon: http://cocoon.zones.apache.org/cocoon22/cocoon-imageop-sample/ Best regards El 11/09/2014 16:22, Peter Sparkes escribió: Hi, I currently have a cocoon application which enables the site owner to upload images and then within t

Re: Resize images

2014-09-11 Thread Sandor Szatmari
I use JAI to dynamically resize images for my site. There are lot of examples if you google 'JAI image resize'. I store higher res images and downscale them on the fly to the right size for the context they will be used in. I wrote a plain old servlet to do it, but I'm sure i

Re: Resize images

2014-09-11 Thread Javier Puerto
rom: Peter Sparkes [mailto:pe...@didm.co.uk] > Sent: September-11-14 8:23 AM > To: users@cocoon.apache.org >> Cocoon users > Subject: Resize images > > Hi, > > I currently have a cocoon application which enables the site owner to > upload images and then within the upl

RE: Resize images

2014-09-11 Thread Edward David
University of Calgary Phone: (403) 220-3383 Fax: (403) 282-1218 -Original Message- From: Peter Sparkes [mailto:pe...@didm.co.uk] Sent: September-11-14 8:23 AM To: users@cocoon.apache.org >> Cocoon users Subject: Resize images Hi, I currently have a cocoon application which enables the site

Resize images

2014-09-11 Thread Peter Sparkes
Hi, I currently have a cocoon application which enables the site owner to upload images and then within the upload javascript uses java to move the images to the required directory. Most of the uploaded images are large and therefore they are slow in displaying in a web page. I, therefore