Class BitmapEncoder

java.lang.Object
com.bumptech.glide.load.resource.bitmap.BitmapEncoder
All Implemented Interfaces:
Encoder<Resource<Bitmap>>, ResourceEncoder<Bitmap>

public class BitmapEncoder extends Object implements ResourceEncoder<Bitmap>
An ResourceEncoder that writes Bitmaps to OutputStreams.

Bitmaps that return true from ()} are written using Bitmap.CompressFormat.PNG to preserve alpha and all other bitmaps are written using Bitmap.CompressFormat.JPEG.

See Also: