how to set camera Image orientation?

后端 未结 4 1584
逝去的感伤
逝去的感伤 2020-11-30 10:49

In my application I have added feature of image uploading,It works fine with all the Images except camera image,whenever I browse camera image from gallery and portrait imag

4条回答
  •  一生所求
    2020-11-30 11:26

    There are several methods, but the simplest I found is by using Picasso library. As this is an uploading case, we will get the orientation correct and also can make adjustment in image bitmap size.

提交回复
热议问题