| 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
|
|
|
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]
|
 |
 |
|
|
subject: Image resize using JSP/Java stored in database.
|
|
|