I'm looking for a Java image manipulation library for a web site I'm currently redeveloping. I suspect my requirements are quite simple (for the library, which will probably do a lot more than what I want) but would appreciate any recommendations people have.
I'll be uploading a single image to the web site but from it I want to generate one or more resized versions. For example the original might be over 3000x2000 but after upload I want to create versions at 1280x1024, 1024x768, a thumbnail, and so on. Sometimes an image might be smaller - so I need to upscale as well. An option to truncate would also be useful - i.e. take a rectangular image and create a square thumbnail from it, cropping the sides or top and bottom as required. Any suggestions much appreciated. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
