0

I want to crop selected image in circular shape from gallery. I have checked few solution for same question, but I am not able to solve my issue. Maximum solution provide for custom shape imageview means provide a .xml file or class extends with Imageview but I want to crop image like following screenshot or Instagram app crop image.

enter image description here

Maroti
  • 501
  • 2
  • 9
  • 25
  • https://github.com/vinc3m1/RoundedImageView Use this class for rounded imageviews. It is awesome. http://stackoverflow.com/questions/2459916/how-to-make-an-imageview-with-rounded-corners/3292810#3292810 – Xjasz May 20 '15 at 14:44

1 Answers1

0

If you do not mind to use a library.Use SimpleCropView library,it has circle crop mode. https://github.com/IsseiAoki/SimpleCropView

Aung Myat Hein
  • 4,018
  • 1
  • 36
  • 42