Skip to content

Use QML image provider instead of raw file

Flo Lee requested to merge Better-mediaviewer into master

Originally inspired by gallery. But I could not reuse that image provider fully, so I made a new implementation here. Key points:

  • It forces async loading by using QQuickImageProvider::ForceAsynchronousImageLoading
  • It sets reader.setAutoTransform(true) for each image. That should fix orientation issues with some devices
Edited by Flo Lee

Merge request reports