While using DynamicCrop to crop and rotate a 11172x8736 pixel image with Interpolation set to "auto", the chosen algorithm defaults to "Mitchell-Netravali". The log states:
Bicubic interpolation, Mitchell-Netravali cubic filter (3x9): 11294x3619 pixels, 3 channels, rotate -28.484 deg: done
In parts of the image the stars get distorted. This does not happen when explicitly selecting Lanczos-3 as interpolation algorithm.
The sad thing is, that I noticed the distorted stars much later during processing and then thought, the stacking and alignment process went wrong... which I unnecessarily repeated. But I'm happy now that I nailed the problem down to the interpolation algorithm.
Attached are two screenshots. First one showing part of the original file (left), the Mitchel-Netravali result (middle) and the Lanczos-3 result (right).
Second screenshot shows the dynamic crop settings with "auto" leading to the wrong/distorted stars result.
Rüdiger