@Override public Resource<BitmapDrawable> transcode(Resource<Bitmap> toTranscode) { BitmapDrawable drawable = new BitmapDrawable(resources, toTranscode.get()); return new BitmapDrawableResource(drawable, bitmapPool); }