Re: Seeking advice image resizing

2005-05-08 Thread Shey Rab Pawo
in headless mode is not that easy. Beside this, jmagick provide better > quality of image resizement as awt. > > Regards > Leon > > > -Ursprüngliche Nachricht- > > Von: Mark Benussi [mailto:[EMAIL PROTECTED] > > Gesendet: Donnerstag, 5. Mai 2005 15:2

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
I solved this problem with a mysql db blob field and a servlet with params to dynamically resize the image. The code can be found at http://www.draegoonz.com/downloads.do I haven't done anything with the site in a while, so let me know if you have problems. From: "Scott Purcell" <[EMAIL PROTECTE

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
:) Me too. Its on my list of things to do but from some research I did last week I found this gem http://developers.sun.com/solaris/tech_topics/java/articles/awt.html -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: 05 May 2005 14:07 To: user@struts.apache.org Subje