Interface AnimatedImageWriter


  • public interface AnimatedImageWriter
    Interface supporting writing of an Image to an array of bytes in a gif
    • Method Detail

      • write

        void write​(AnimatedGif gif,
                   java.io.OutputStream out)
            throws java.io.IOException
        Throws:
        java.io.IOException