Class BitmapBytesTranscoder

java.lang.Object
com.bumptech.glide.load.resource.transcode.BitmapBytesTranscoder
All Implemented Interfaces:
ResourceTranscoder<Bitmap,byte[]>

public class BitmapBytesTranscoder extends Object implements ResourceTranscoder<Bitmap,byte[]>
  • Constructor Details

    • BitmapBytesTranscoder

      public BitmapBytesTranscoder()
    • BitmapBytesTranscoder

      public BitmapBytesTranscoder(@NonNull Bitmap.CompressFormat compressFormat, int quality)
  • Method Details