You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by awc <aw...@drytel.net> on 2003/04/09 04:04:57 UTC

Thumbnail making package..

Hi,

Any one know good thumbnail making package that works with servlets.. I
just want to make a thumbnail of a image that upload to struts/tomcat on
linux.



Thanks in advance for any replies..

.anil


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Thumbnail making package..

Posted by Brandon Goodin <ma...@phase.ws>.
This is what I use. It works for various imaging needs.

Java Advanced Imaging API
http://java.sun.com/products/java-media/jai/

jdk1.4.x has javax.imageio and related packages for jpeg loading/writing
etc...
http://java.sun.com/j2se/1.4.1/docs/api/javax/imageio/package-summary.html

and you can use the AffineTransformOp to scale/resize
http://java.sun.com/j2se/1.4.1/docs/api/java/awt/image/AffineTransformOp.htm
l

Brandon Goodin


-----Original Message-----
From: awc [mailto:awc@drytel.net]
Sent: Tuesday, April 08, 2003 8:05 PM
To: Struts Users Mailing List
Subject: Thumbnail making package..


Hi,

Any one know good thumbnail making package that works with servlets.. I
just want to make a thumbnail of a image that upload to struts/tomcat on
linux.



Thanks in advance for any replies..

.anil


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org