Add support for ScaledSize option in the imageio plugin to avoid aspect ratio problems.
If it is not supported by the plugin, the fallback in qimageiohandler use Qt::IgnoreAspectRatio during the resize. This option is used when we set a sourceSize in QML.
Add support for
ScaledSize
option in the imageio plugin to avoid aspect ratio problems. If it is not supported by the plugin, the fallback in qimageiohandler use Qt::IgnoreAspectRatio during the resize. This option is used when we set asourceSize
in QML.