biokys / cropimage

Replacement for deprecated official Android crop image function
555 stars 292 forks source link

Wrong image location when rotating #15

Open dmkd opened 11 years ago

dmkd commented 11 years ago

Starting activity, all is fine: 1 Rotating left: 2 Rotating left.. and image not in center: 3

Tested on emulator (android 2.2) and Nexus 4 (android 4.3)

IlyaEremin commented 10 years ago

I have same issue on nexus 7 4.4.2, sony xperia mini pro 4.1.2 cm, and other devices. I'm trying to solve it :)

aigc-in-all commented 10 years ago

I also have the same problem.

nnaemekaibe commented 10 years ago

I'm also having the same problem. Working on it. has anyone solved it yet.

AizazZaidee commented 10 years ago

anyone has solved it yet ? it's making this library useless

nopcoder commented 10 years ago

Workaround Call - mImageView.mHighlightViews.clear(); Before - mBitmap = Util.rotateImage(mBitmap, degree); Inside the onClick for rotate.

AizazZaidee commented 10 years ago

Thanks :+1: bro