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: users-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org