Interface PnmWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void writeImage​(java.awt.image.BufferedImage src, java.io.OutputStream os, java.util.Map<java.lang.String,​java.lang.Object> params)  
    • Method Detail

      • writeImage

        void writeImage​(java.awt.image.BufferedImage src,
                        java.io.OutputStream os,
                        java.util.Map<java.lang.String,​java.lang.Object> params)
                 throws ImageWriteException,
                        java.io.IOException
        Throws:
        ImageWriteException
        java.io.IOException