formatImageOutputStream(RenderedImage image, OutputStream outStream) Transforms the rendered image into the appropriate format, streaming to
the output stream.
Transforms the rendered image into the appropriate format, streaming to
the output stream.
Parameters: format - The name of the format Parameters: image - The image to be formatted. Parameters: outStream - The stream to write to. throws: WmsException - not really. throws: IOException - if the image writing fails.