RE: image resize

2001-08-01 Thread Wouter Boers
You can do this the the Java Advanced Imaging library. Beware though when running advanges imaging on a Unix box that does not have X installed. A bug in Java requires a connect to the X-server to be able to handle images. The workaround is to install a X-server simulator, called Xvbf. This worke

RE: image resize

2001-07-31 Thread Pete Freitag
__ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developers Resources http://www.cfdev.com/ -Original Message- From: Richard Draucker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 12:08 PM To: [EMAIL PROTECTED] Subject: Re: image resize Can you be more specific what you

RE: image resize

2001-07-31 Thread Pete Freitag
AIL PROTECTED]) CFDEV.COM WEB Developers Resources http://www.cfdev.com/ -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:50 AM To: '[EMAIL PROTECTED]' Subject: RE: image resize There's also the possibility of letting the brow

Re: image resize

2001-07-31 Thread Richard Draucker
Can you be more specific what you mean by "resize"? Html will allow you to set the displayable height/width of an image. If your servlet is outputting html, just add a height or width attribute. However, if you want to "manipulate" the image itself that's beyond the scope of tomcat or servlets

RE: image resize

2001-07-31 Thread William Kaufman
or can it run if the server is locked. Look through the Tomcat archives for more information.) -- Bill K. > -Original Message- > From: Cory Powers [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 8:21 AM > To: '[EMAIL PR

RE: image resize

2001-07-31 Thread Cory Powers
I'm not sure, but there is good info on working with images on the jguru site. Try http://www.jguru.com/faq/home.jsp?topic=Media -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: image resize Hi, this