Package 

Class MultiImageTranscoderFactory

  • All Implemented Interfaces:
    com.facebook.imagepipeline.transcoder.ImageTranscoderFactory

    
    public final class MultiImageTranscoderFactory
     implements ImageTranscoderFactory
                        

    Class responsible of returning the correct ImageTranscoder given the ImageFormat. The custom ImageTranscoder, if any, will always be used first. If the image format is not supported, the first fallback is NativeJpegTranscoder, otherwise SimpleImageTranscoder is used.

    • Method Summary

      Modifier and Type Method Description
      ImageTranscoder createImageTranscoder(ImageFormat imageFormat, Boolean isResizingEnabled)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiImageTranscoderFactory

        MultiImageTranscoderFactory(Integer maxBitmapSize, Boolean useDownSamplingRatio, ImageTranscoderFactory primaryImageTranscoderFactory, Integer imageTranscoderType, Boolean ensureTranscoderLibraryLoaded)