abstract fun setImage(@NonNull bitmap: Bitmap): Unit
Updates the source image to a bitmap.
abstract fun setImage(@NonNull drawable: Drawable): Unit
Updates the source image to a bitmap obtained from drawable.