Description
Is your feature request related to a problem? Please describe.
When you rotate an image you can set the bounds to be off or to show the largest available area. There are times when the "largest available area" isn't ideal for how I'd want to crop my image later. However, you can't adjust the bounds that the rotate module will give you, and if you turn it off then the crop module has no functionality to bound itself inside the picture and instead have to fractionally move the crop area so it doesn't get the black non-photo area in it.
Describe the solution you'd like
I think either an additional option in the Rotate module for "adjustable bounds" where the user can pick how the bounds are done instead of the "largest area" doing it automatically, or an option in Crop to "bound within image" so that it can't include the black area.
It feels like the solution would be a middle ground between the functionality of the two modules so I'm unsure which one it's best suited to be in, maybe more the Rotate module as that already has the visual bounds options
Additional context