Package 

Class WebpTranscoderImpl

  • All Implemented Interfaces:
    com.facebook.imagepipeline.nativecode.WebpTranscoder

    
    public class WebpTranscoderImpl
     implements WebpTranscoder
                        

    Helper methods for modifying webp static images.

    • Method Summary

      Modifier and Type Method Description
      boolean isWebpNativelySupported(ImageFormat webpFormat)
      void transcodeWebpToJpeg(InputStream inputStream, OutputStream outputStream, int quality) Transcodes webp image given by input stream into jpeg.
      void transcodeWebpToPng(InputStream inputStream, OutputStream outputStream) Transcodes Webp image given by input stream into png.
      • Methods inherited from class com.facebook.imagepipeline.nativecode.WebpTranscoder

        isWebpNativelySupported, transcodeWebpToJpeg, transcodeWebpToPng
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait