Android Question return bitmap

Douglas Farias

Expert
Licensed User
Longtime User
hi all

how can i return bitmap in this lib example?

http://www.b4x.com/android/forum/threads/library-rscrop-crop-images-with-gallery.19938/


in the lib have this
cropImage3 (scale As Boolean, return_data As Boolean, faceDetection As Boolean, circleCrop As Boolean, btmp As Bitmap)
Crops an image with the standard media gallery.
Difference is that you can preselect a bitmap with this.
scale: - should it scale
return_data: - Return the bitmap with Action=inline-data by using the data
faceDetection:
circleCrop: - if this string is not null, it will provide some circular crop


but how i return in a imageview the selected image?

pls help me is very important :(

the lib return a bitmap but i dont know how to call the bitmap and put it on imageview with this lib
 

Douglas Farias

Expert
Licensed User
Longtime User
ok thx xD

and you know a way to change external dir to internal?
for exemple i dont have sd card on my tablet to save the imagem.jpg
*-*
 
Upvote 0
Top