File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes Image resize using JSP/Java stored in database. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Image resize using JSP/Java stored in database." Watch "Image resize using JSP/Java stored in database." New topic
Author

Image resize using JSP/Java stored in database.

zohaib khan
Greenhorn

Joined: Apr 13, 2009
Posts: 22
Hi,

I am using Oracle Database.My images are stored in database in ORD Image format.

ORD Image = > http://docs.oracle.com/cd/E11882_01/appdev.112/e10776/ch_imgref.htm

I am fetching image and displaying in JSP.

I want to resize image stored in database.

Any solution guys?





- Thanks
Zohaib.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

JSP has nothing that will allow image resizing. You'll need to use an image API such as JAI. I've moved this to a more appropriate forum.


[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: Image resize using JSP/Java stored in database.
 
Similar Threads
Null check on an image
Fetching an image from the specified URL and resizing it.
Displaying an image in jsp
Displaying Image from database on to the screen
How i display image directly from Mysql database to jsp page inside div tag