Skip to content

Avoid reading the image twice

Carl Schwan requested to merge work/carl/speedup-loading into master

In case there's no color profile directly accessible, loadMetaInfo uses QImageReader::read and discards all but the color profile info. Just call loadImageData to utilize everything and make the later call to loadImageData a noop.

This halves the time needed to display RAW images.

Same as !288 (merged) but with an additional patch to fix a crash

Merge request reports

Loading