I have a serious problem about how to get the bitmap from the fresco's drawee so I can upload it to the server. I have tried the draweeView.getDrawable();
but it returns drawable and I don't know what to do next.
Asked
Active
Viewed 96 times
0

Lukas Anda
- 716
- 1
- 9
- 30
-
see Drawable#draw and Drawable#setBounds methods – pskink Jul 01 '15 at 16:10
-
but I don't understand all these stuff about pipelines and so. I need something simple – Lukas Anda Jul 01 '15 at 16:16
-
what pipelines? you have Drawable, so read http://developer.android.com/reference/android/graphics/drawable/Drawable.html javadocs – pskink Jul 01 '15 at 16:17
-
1I just wanted to get the bitmap from that drawee object. A simple way. But I haven't find any – Lukas Anda Jul 01 '15 at 16:20
-
so if there is no such thing like `draweeView.getBitmap()` use `draweeView.getDrawable()` – pskink Jul 01 '15 at 16:21