Re: Resizing JPEG Images

2005-09-20 Thread Michael Wirz
Hello, This is what I use for the given problem. I found it on the web and it fits my needs, so perhaps you'd like to use it as well Best wishes from near Munich, Germany, Michael Wirz import com.sun.image.codec.jpeg.*; import java.awt.*; import java.awt.image.*; import java.io.*; public clas

Re: Resizing JPEG Images

2005-09-20 Thread Derek Conniffe
Hi Justin, I've written beans like that many times (image resizing, cropping, etc). Its a doddle with JAI. If you want some code examples email me. Derek Ben Kim wrote: Wonder if this fits your needs, but ginp uses something similar. http://culnane.navidat.com/dc/ginp/index.jsp Features

RE: Resizing JPEG Images

2005-09-20 Thread Ben Kim
Wonder if this fits your needs, but ginp uses something similar. http://culnane.navidat.com/dc/ginp/index.jsp Features - Thumbnails are created and stored on the file system. - Pictures are sized to the browser window size to reduce bandwidth. Regards, Ben Kim Developer http://benix.tamu.edu

Re: Resizing JPEG Images

2005-09-20 Thread David Delbecq
java.awt classses? :) Le Mardi 20 Septembre 2005 10:40, Arup Vidyerthy a écrit : > Hi, > > You have quite a few options. There are lots third party libs out there that > can do this for you. Last couple of projects I have used JAI and > ImageMagick/JMagick to do this. > > Look them up. > > Hope

RE: Resizing JPEG Images

2005-09-20 Thread Arup Vidyerthy
Hi, You have quite a few options. There are lots third party libs out there that can do this for you. Last couple of projects I have used JAI and ImageMagick/JMagick to do this. Look them up. Hope this helps. Arup -Original Message- From: Justin Jaynes [mailto:[EMAIL PROTECTED] Sent:

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