Re: Seeking advice image resizing

2005-05-08 Thread Shey Rab Pawo
articles/awt.html > > > > -Original Message----- > > From: Scott Purcell [mailto:[EMAIL PROTECTED] > > Sent: 05 May 2005 14:07 > > To: user@struts.apache.org > > Subject: Seeking advice image resizing > > > > Not truly struts related, but I would a

Re: Seeking advice image resizing

2005-05-07 Thread Dakota Jack
On a final note, if you are thinking of a commercial solution, be aware that there are numerous fine solutions coming onto the marketplace, including stuff from google and hotmail. The google wars are spreading. The whole thing should be interesting as h_ll to watach. On 5/5/05, Scott Purcell <[

Re: Seeking advice image resizing

2005-05-07 Thread Dakota Jack
What, by the way, is the URL for your site? On 5/5/05, Scott Purcell <[EMAIL PROTECTED]> wrote: > Not truly struts related, but I would assume that people on this list know a > solution, or workaround for what appears to be a common dilemma. > > I have created a ECommerce type site, in which the

Re: Seeking advice image resizing

2005-05-07 Thread Dakota Jack
There is a lot to know in this area. ImageIO is good and the AWT is okay. JAI is the up to date Java standard. Unless you just want to grab someone else's code, which is okay, you have a lot of learning to do. There are numerous good books and tutorials around. I have built classes to resize,

Re: Seeking advice image resizing

2005-05-07 Thread Martin Gainty
ROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 05, 2005 1:47 PM Subject: Re: Seeking advice image resizing Look at ImageIO for read/write and RescaleOp for your scaling. Erik Scott Purcell wrote: Not truly struts related, but I would assume that people on this

RE: Seeking advice image resizing

2005-05-05 Thread draegoon Z
l" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Subject: Seeking advice image resizing Date: Thu, 5 May 2005 08:06:54 -0500 Not truly struts related, but I would assume that people on this list know a solution, or workaround for what appears to be a common dilemma.

Re: Seeking advice image resizing

2005-05-05 Thread Erik Weber
Look at ImageIO for read/write and RescaleOp for your scaling. Erik Scott Purcell wrote: Not truly struts related, but I would assume that people on this list know a solution, or workaround for what appears to be a common dilemma. I have created a ECommerce type site, in which there are three disp

Re: Seeking advice image resizing

2005-05-05 Thread Greg Ludington
You could use Sun's Java Advanced Imaging, as well. http://java.sun.com/products/java-media/jai/ JAI gives you about everything you could need to manipulate many formats of bitmap images, though the API seems daunting at first. I found one article that provides a good discussion and examples of

RE: Seeking advice image resizing

2005-05-05 Thread Aron Gombas
f.com -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 3:37 PM To: 'Struts Users Mailing List' Subject: Re: Seeking advice image resizing What about jmagick? http://www.yeo.id.au/jmagick/ The problem with using awt is that you

Re: Seeking advice image resizing

2005-05-05 Thread Leon Rosenberg
Leon > -Ursprüngliche Nachricht- > Von: Mark Benussi [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. Mai 2005 15:29 > An: 'Struts Users Mailing List' > Betreff: RE: Seeking advice image resizing > > :) Me too. Its on my list of things to do but from some

Re: Seeking advice image resizing

2005-05-05 Thread Leon Rosenberg
Leon > -Ursprüngliche Nachricht- > Von: Mark Benussi [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 5. Mai 2005 15:29 > An: 'Struts Users Mailing List' > Betreff: RE: Seeking advice image resizing > > :) Me too. Its on my list of things to do but from some

RE: Seeking advice image resizing

2005-05-05 Thread Mark Benussi
Subject: Seeking advice image resizing Not truly struts related, but I would assume that people on this list know a solution, or workaround for what appears to be a common dilemma. I have created a ECommerce type site, in which there are three display sized images. A 125x125 thumb, a 256x256 preview

Seeking advice image resizing

2005-05-05 Thread Scott Purcell
Not truly struts related, but I would assume that people on this list know a solution, or workaround for what appears to be a common dilemma. I have created a ECommerce type site, in which there are three display sized images. A 125x125 thumb, a 256x256 preview, and a 100% original view for a p