off-topic: Thumbnail Generator

2000-10-24 Thread Kim
Dear all, I'm currently developing an online catalog using JSP. People can upload images of any sizes to our catalog. I need a program which my jsp can call to generate a thumbnail out of the uploaded images(jpg or gif). Would appreciate it if you can point me to where I can get this component. I

Re: off-topic: Thumbnail Generator

2000-10-24 Thread Hernandez, Rey
You should be able to use the Java Graphics API to do this. -Original Message- From: Kim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 8:32 AM To: [EMAIL PROTECTED] Subject: off-topic: Thumbnail Generator Dear all, I'm currently developing an online catalog usin

Re: off-topic: Thumbnail Generator

2000-10-24 Thread Kim
0 AM Subject: Re: off-topic: Thumbnail Generator > You should be able to use the Java Graphics API to do this. > > -Original Message- > From: Kim [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 24, 2000 8:32 AM > To: [EMAIL PROTECTED] > Subject: off-topic: Thumbnail Genera

Re: off-topic: Thumbnail Generator

2000-10-25 Thread Ron Chan
Hi, I presume you want to lower the resolution of the uploaded images and use the html lowsrc attribute: wrote: > Dear all, > > I'm currently developing an online catalog using > JSP. People can upload > images of any sizes to our catalog. I need a program > which my jsp can call > to generate a