Skip to content

Fixed coexistence between Qt Raw plugin and KDcraw

Nate Graham requested to merge cherry-pick-a7dc8fee into release/22.12

Use the RAW plugin to load raw images if installed:

  • Previews are always generated from the RAW image at the fastest possible speed.
  • Images are loaded in the highest possible quality (default plugin raw).
  • If the raw plugin is not installed everything works as before (use KDcraw).

BUG: 463132 FIXED-IN: 22.12.2

(cherry picked from commit a7dc8fee)

Merge request reports