Skip to content

Use KDcraw for RAW thumbnails if available

Fabian Vogt requested to merge work/fvogt/rawthumbnail into master

Currently it uses the raw image format plugin for creating thumbnails which internally calls KDcrawIface::KDcraw::loadHalfPreview. That's still too slow and overkill, so use loadEmbeddedPreview directly if available.

CC @mircomir

Merge request reports