I want to crop my image using 4 XY coordinates in an image. I looked at BufferedImage 's getSubImage method as well however didnt find it useful for my requirement.
Any way to crop it using the 4 coordinates points (x1,y1), (x2,y2), (x3,y3), (x4,y4)