Class GifEncoder

java.lang.Object
com.kheops.util.encoders.GifEncoder

public class GifEncoder extends Object
  • Constructor Details

    • GifEncoder

      public GifEncoder()
  • Method Details

    • encode

      public void encode(Image image, OutputStream os) throws IOException
      Encodes the specified image to the specified output stream.
      Parameters:
      image - the image to encode.
      os - the output stream which will receive the encoded image.
      Throws:
      IOException