Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
Specializing blend_transformed_* for projective transforms that only contain scaling and rotation around either X or Y axis would let us precalculate interpolation factors and image indices (and w values) for either columns or rows. This could give a significant speed-up for these special cases. (Although rotation around the Y axis is probably the most common use of projective transforms).