Avoid reading the image twice
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