cropiwa icon indicating copy to clipboard operation
cropiwa copied to clipboard

setImage() does not work

Open asifrpatel opened this issue 7 years ago • 4 comments

Hi,

If i use setImageUri() it works perfectly, but if i convert same uri to Bitmap and set using setImage(bitmap), it didn't load bitmap.

Thanks

asifrpatel avatar Jun 21 '17 18:06 asifrpatel

I have the same issue.

mccccccmike avatar Sep 21 '17 07:09 mccccccmike

I too. Could somebody help us?

ghost avatar Nov 25 '17 03:11 ghost

Having the same problem, are there any news ? Thanks

NicolasDucom avatar Jan 23 '18 10:01 NicolasDucom

You should add "iwaView.configureImage().setScale(1f).apply();" before call setImage()

aiDove avatar May 12 '18 05:05 aiDove