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
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
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