Hi,

I noticed a strange behaviour of the 'Image Import' sub-module when trying to import images with an embedded color profile ("Adobe RGB (1998)" instead of the usual sRGB). According to the 'file' utility, these images are valid:

# file 8152.jpg 
8152.jpg: JPEG image data, JFIF standard 1.02

However, 'Image import' does not recognize these images at all and claims: "No JPG, GIF or PNG file", it not even reads the dimensions.

A sane option might be to convert the files into sRGB colorspace or at least give a hint to the user why his/her images can not be processed. For ImageMagick, this would be something like convert image.jpg -profile sRGB.icc rgb_image.jpg (IM docs).

Greetings, -asb