Implement aspect ratio correction for Lanczos effect
This introduces a new property, sourceSize, which is used to calculate an aspect ratio value that is used to adjust the UV coordinates of the target image. This effectively recreates the "PreserveAspectFit" mode of QML Image's fillMode property.
Edited by Arjen Hiemstra