On Sat Feb 1 12:25:53 2025 +0000, Dmitry Timoshkov wrote:
The application I've implemented this for needs only Rotate90 which I can readily verify. I guess that other cases could be added using this implementation with minor adjustments. However since I can't reliably test other cases I'd leave them to someone else to implement.
Well, the point of splitting it into variables like this was that we'd only have to implement 3 operations (with flip_y already implemented) to cover all cases.