This question already has an answer here:
- How to capture an image in android with coordinates 3 answers
Am new to work on bitmaps in android, and am unable to crop the image between four point ( clearly its not a rectangle in shape).
I convert the image into bitmap and set as background to layout. now i have four different points(p0,p1,p2,p3)
I have the values of these points . Now its time to crop the image between these region and show as rectangle shaped bitmap..(ie, as background to another layout.).
Am again mention clearly ,, crop the image between only these points.. ie, inside the region only. Which way i can solve this problem,? can i use any third-party tool.. the suggest me which those ones.........
Thanks to @all