Package 

Class SimpleImageTranscoder

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

    
    public final class SimpleImageTranscoder
     implements ImageTranscoder
                        

    Image transcoder using only the Android API. Clients can use this if they don't want to use the native implementation. This image transcoder requires more memory.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String identifier
    • Method Summary

      Modifier and Type Method Description
      String getIdentifier()
      ImageTranscodeResult transcode(EncodedImage encodedImage, OutputStream outputStream, RotationOptions rotationOptions, ResizeOptions resizeOptions, ImageFormat outputFormat, Integer quality, ColorSpace colorSpace)
      Boolean canResize(EncodedImage encodedImage, RotationOptions rotationOptions, ResizeOptions resizeOptions)
      Boolean canTranscode(ImageFormat imageFormat)
      • Methods inherited from class java.lang.Object

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

      • SimpleImageTranscoder

        SimpleImageTranscoder(Boolean resizingEnabled, Integer maxBitmapSize)