java tomcat: what library should i use to convert images to jpg and create thumbnails on-the-fly?

Posted by ufk on Stack Overflow See other posts from Stack Overflow or by ufk
Published on 2010-04-10T20:27:57Z Indexed on 2010/04/10 20:33 UTC
Read the original article Hit count: 195

Hello. I have a form that accepts image file, i want to be able to convert this image from any common format to jpg and to create a thumbnail. what's the recommended method to achieve such a thing?

Working with latest apache-tomcat on a gentoo linux server.

thanks

© Stack Overflow or respective owner

Related posts about tomcat6

Related posts about servlets