0

I am using custom camera, now i setting image to a imageview which is got from custom camera. now I want to crop that image on 4:3 ratio. how can I do this(I have tried to using third party library but its using default camera or gallery)? Plase help..

  • this will help you http://stackoverflow.com/questions/1973359/android-crop-an-image-after-taking-it-with-camera-with-a-fixed-aspect-ratio/1976115#1976115 – Gueorgui Obregon Feb 05 '16 at 06:35
  • but it is using default camera. i am using custom camera – Amirul Hossien Feb 05 '16 at 06:38
  • the main part is when the image is taked in case PICK_FROM_CAMERA...@Wysie call "com.android.camera.CropImage" setting aspect ratio, here is the trick, you have an image taked from your custom camera , saved in your local storage call then com.android.camera.CropImage. – Gueorgui Obregon Feb 05 '16 at 06:48
  • if you have any dude, post your onActivityResult to make an answer – Gueorgui Obregon Feb 05 '16 at 06:50

0 Answers0