Skip to content

erase, convert images to sRGB

Karl Ove Hufthammer requested to merge work/convert-erase-images-to-srgb into master

Some images used the Adobe RGB colour space and profile, which Qt doesn’t handle properly, resulting in images with dull colours. Now they have been pre-converted to sRGB using jpgicc and should be shown with proper colours.

Merge request reports