This patch also fixes a crash when image input of `Stabilize2DNode` is unconnected and interpolation is set to bicubic. Differences to GPU compositor: - ~1px difference is observed due to different rounding of domain size vs. canvas size. This difference is constant for all image sizes. - If image input is unconnected but other inputs are, CPU compositor doesn't consider the operation to be constant, whereas GPU compositor still outputs a constant result. Pull Request: https://projects.blender.org/blender/blender/pulls/122288