I have a Bolb object of an image stored in database. I am using servlet. Now what i want to do is that. i need to send the image constructed from blob in scaled version to web browser. How to achieve this. Please help me out.
For turning the BLOB into an image you should check out class ImageIO. For scaling just search around. I've posted a little piece of code just this weekend in the Swing / AWT forum in this thread.
Jagdeep Sharma wrote:Can you please upload whole code. I will be thankful to you. I just want specific code to do that.
No, we are NotACodeMill. You can't tell me that using one single method from ImageIO and the snippet from that other thread can't help you out solve the issue yourself.