[TIMOB-12323] Android: JellyBean (4.1.1) createImageView() with image from camera/gallery shows shrunk image. Pictures taken in portrait mode are autorotated as well.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-02-01T00:04:30.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | 2013 Sprint 03 API, 2013 Sprint 03 |
Components | Android |
Labels | n/a |
Reporter | Carter Lathrop |
Assignee | Vishal Duggal |
Created | 2013-01-17T14:00:05.000+0000 |
Updated | 2017-03-22T21:53:30.000+0000 |
Description
Attachments
File | Date | Size |
---|---|---|
app.js | 2013-01-17T14:00:05.000+0000 | 6520 |
S3 Landscape.png | 2013-01-31T23:53:15.000+0000 | 92646 |
S3 Portrait.png | 2013-01-31T23:53:15.000+0000 | 111104 |
Screenshot_2013-01-28-13-34-01.png | 2013-01-28T18:37:25.000+0000 | 43369 |
Screenshot_2013-01-28-13-35-00.png | 2013-01-28T18:37:25.000+0000 | 46783 |
Attached two pictures which show the shrinking issue (on both pictures). One picture was taken in landscape (left) and the other taken in portrait (right). You can see the portrait photo was rotated counter clockwise for some reason and an a manual transform rotate does not un rotate it (it is stuck in this orientation).
Files with autorotate property added to ImageView
I set autorotate property to true for Image1View objects in the success callback functions. Seems to do the trick. Screen shots attached. Tested on S3 running 4.1.1
Need to use autorotate property for image views.
Closing ticket as invalid with reference to previous comments.