Interface ImageWriter

    • Method Detail

      • writeImage

        void writeImage​(java.awt.image.RenderedImage image,
                        java.io.OutputStream out)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • writeImage

        void writeImage​(java.awt.image.RenderedImage image,
                        java.io.OutputStream out,
                        ImageWriterParams params)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getMIMEType

        java.lang.String getMIMEType()