formatImageOutputStream(RenderedImage originalImage, 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: image - The image to be formatted. Parameters: outStream - The stream to write to. throws: WmsException - not really. throws: IOException - if encoding to outStream fails.