Class AvifEncoder

java.lang.Object
com.idrsolutions.image.JDeliImage
com.idrsolutions.image.avif.AvifEncoder
All Implemented Interfaces:
com.idrsolutions.image.Encoder

public class AvifEncoder extends com.idrsolutions.image.JDeliImage implements com.idrsolutions.image.Encoder
  • Field Summary

    Fields inherited from class com.idrsolutions.image.JDeliImage

    bb
  • Constructor Summary

    Constructors
    Constructor
    Description
    AvifEncoder(com.idrsolutions.image.encoder.options.EncoderOptions format)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.idrsolutions.image.encoder.options.EncoderOptions
     
    void
     

    Methods inherited from class com.idrsolutions.image.JDeliImage

    optimiseImage

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AvifEncoder

      public AvifEncoder(com.idrsolutions.image.encoder.options.EncoderOptions format)
  • Method Details

    • write

      public void write(BufferedImage image, OutputStream bos) throws IOException
      Specified by:
      write in interface com.idrsolutions.image.Encoder
      Throws:
      IOException
    • getEncoderOptions

      public com.idrsolutions.image.encoder.options.EncoderOptions getEncoderOptions()
      Specified by:
      getEncoderOptions in interface com.idrsolutions.image.Encoder