construct
construct copied to clipboard
graphicsmagic poop: iCCP: known incorrect sRGB profile
got a lot of these
2020/05/22 18:57:47.354269 13885139 WARNING magick 53 client :job:55028 0/1 [Loading image: 256x256... ] (#350) :iCCP: known incorrect sRGB profile :
2020/05/22 18:57:47.355793 13885139 WARNING magick 53 client :job:55032 0/1 [Loading image: 21x21... ] (#350) :iCCP: known incorrect sRGB profile :
2020/05/22 18:58:16.529665 13889291 WARNING magick 94 client :job:55311 6/7 [Loading image: 264x384... ] (#350) :iCCP: known incorrect sRGB profile :
2020/05/22 18:58:16.534567 13889291 WARNING magick 94 client :job:55315 0/1 [Loading image: 54x78... ] (#350) :iCCP: known incorrect sRGB profile :
Thanks. These are classified as non-error warnings by graphicsmagick itself and I don't believe the functionality is impacted, though I'm not entirely sure. I believe the cause is the source media downloaded from the remote server.
Unless these messages are truly spamming the WARNING log level it's probably best to not demote them to DWARNING. I'm leaving this open so more can be learned about these messages and if anything can be done to mitigate the issue.
For all intents and purposes of a matrix server the message is harmless (and useless): it notifies us that the color space of the original is fucked and whatever we do about (eg. convert it or resize it) it will result a similarly fucked up color space, eg. the image will not have perfect colors, just as the original.
It is not an annoying amount right now but probably should not be shown later in the final version, since it's rather a DEBUG level message. For now it's okay (I just didn't have them because graphicsmagic wasn't installed).