Re: Resizing JPEG Images

2005-09-20 Thread Michael Wirz
the browser window size to reduce bandwidth. > > >Regards, > >Ben Kim >Developer >http://benix.tamu.edu > >-Original Message- >From: Justin Jaynes [mailto:[EMAIL PROTECTED] >Sent: 20 September 2005 04:29 >To: tomcat-user@jakarta.apache.org >Subject: Resizing JPEG

Re: Resizing JPEG Images

2005-09-20 Thread Derek Conniffe
-user@jakarta.apache.org Subject: Resizing JPEG Images I am accepting JPEG uploads on a website I developed in JSP and Java Beans. It all runs on Tomcat. I once knew of a Java Bean that would accept a JPEG and scale and resize the image and save it. I need my web-app to resize the images

RE: Resizing JPEG Images

2005-09-20 Thread Ben Kim
-Original Message- From: Justin Jaynes [mailto:[EMAIL PROTECTED] Sent: 20 September 2005 04:29 To: tomcat-user@jakarta.apache.org Subject: Resizing JPEG Images I am accepting JPEG uploads on a website I developed in JSP and Java Beans. It all runs on Tomcat. I once knew of a Java Bean

Re: Resizing JPEG Images

2005-09-20 Thread David Delbecq
t; > Look them up. > > Hope this helps. > > Arup > > -Original Message- > From: Justin Jaynes [mailto:[EMAIL PROTECTED] > Sent: 20 September 2005 04:29 > To: tomcat-user@jakarta.apache.org > Subject: Resizing JPEG Images > > I am accepting JPEG uploads

RE: Resizing JPEG Images

2005-09-20 Thread Arup Vidyerthy
: 20 September 2005 04:29 To: tomcat-user@jakarta.apache.org Subject: Resizing JPEG Images I am accepting JPEG uploads on a website I developed in JSP and Java Beans. It all runs on Tomcat. I once knew of a Java Bean that would accept a JPEG and scale and resize the image and save it. I need my

Re: Resizing JPEG Images

2005-09-19 Thread Wendy Smoak
From: "Justin Jaynes" <[EMAIL PROTECTED]> I am accepting JPEG uploads on a website I developed in JSP and Java Beans. It all runs on Tomcat. I once knew of a Java Bean that would accept a JPEG and scale and resize the image and save it. I need my web-app to resize the images as it accpets th

Resizing JPEG Images

2005-09-19 Thread Justin Jaynes
I am accepting JPEG uploads on a website I developed in JSP and Java Beans. It all runs on Tomcat. I once knew of a Java Bean that would accept a JPEG and scale and resize the image and save it. I need my web-app to resize the images as it accpets them. That was years ago. I can't find it any