views:

19

answers:

1

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

+2  A: 

Imagemagick is a pretty solid library that a lot of people use for such a purpose.

checking out jmagick, the java implementation of imagemagick. thanks
ufk