I have an image with a softcrop.
i.e The image bounds are width 3 and height 5. In the image I have a soft crop at (x,y) 1,4 and bounds width 1 and height 1.
How can I get the new position (x,y) for the crop after I rotate the image 90 degrees?
AffineTransform perhaps?