This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes Manipulating images Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Manipulating images" Watch "Manipulating images" New topic
Author

Manipulating images

Wilson Gordon
Ranch Hand

Joined: Apr 07, 2007
Posts: 89
I need to implement an image upload feature and also need a function that generates a thumbnail from the uploaded image. Are there built in functions for image manipulations?

Thanks.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

The JSP FAQ has an entry on file uploading.

JSP has nothing to do with image manipulation. Perhaps Java Advanced Imaging is what you'll need?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Manipulating images
 
Similar Threads
relative URL in jar files
Help with paint to panel
How to highlight the part of image.
Setting the focus on an image on selecting a radio button
ImageIcon performance