I'm capturing an image with the camera, then I'm saving it into a Bitmap. I'm looking forward to center-crop that image, to 600x600px.
Something like this I've found:
https://stackoverflow.com/a/6909144/1943607
However, I can't find out how can I set a fixed with & height.
I'm soo bad at drawing images and canvas. It seems to be so abstract for me.
Thank you.