hi,

create a reader and stream your image. see AbstractReader.out and beware of org.apache.cocoon.util.BufferedOutputStream.realFlush()

regards
Thomas

You can use
javax.imageio.ImageIO.write(RenderedImage, String, OutputStream)
to write directly into an OutputStream.

You just need to get the OutputStream from the original HTTP request.

HTH,
Steven


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to