I am working on a camera app.The camera preview show is with 4:3
ratio,When i take a photo i get the complete image or full screen image.
Since i am showing the user a Camera Preview with 4:3
ratio, i want the user to also get the image with 4:3 ratio only.
I have seen many libraries which gives the user an option to crop, but here as i give path of the image and then it should crop the image and display it to user.
How can i achieve this ?