Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is this possible with QML? The closest thing I can find is PreserveAspectCrop but I need to crop the image anywhere I like.
You can put Image in Rectangle and set Rectangle's clip property to true. All you need is to properly position Image with x and y properties.
Got it. Thanks for the suggestion.
You're the man! Thanks!