On Thu, 2005-09-08 at 15:38 +0100, Adam Henderson Azudio wrote:
> Hi Rubens,
> 
> Try:
> 
> output is ResponseOutputStream
> 
> BufferefImage image = ImageIO.read(yourInputStream);
> 
> 
> // WHOOPS! forgot...
> output.setContentType("image/jpeg");
> 
> ImageIO.write(image,"jpg",output);
> 

Adam,
where would this be done? Can I do this in a component extending
AbstractComponent or does the entire page need to be fed through the
responseOutputStream?


kind regards,
Ruben


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to