Hi, Øyvind Kolås <islewind@xxxxxxxxx> writes: > new image > parasite_set ("export_profile", "sRGB") > > loading of file profile==sRGB > best scenario, just load the file > parasite_set ("export_profile","sRGB") > > loading of file !profile > "no color profile associated with image" > "convert from [sRGB (dropdown)]" > "save as [sRGB (dropdown)]" > parasite_set ("export_profile", users_choice) This means that we would need to open a dialog for almost every image file the user opens. Is that a good idea? Shouldn't we just assume sRGB in that case? Sven