Under delphi tokyo, If i try to show this image:
https://chromachecker.com/include/img/web_browser/redtruck_GBR.jpg
Inside a Timage then instead of a blue sky it's show a GREEN sky like below :
How in delphi we can show correctly picture with embed color profile ?
A complete answer and example is way too broad. But here's a rough outline what you need to do. See it as a starting point for further research.
GetICMProfile
OpenColorProfile
CreateMultiProfileTransform
TranslateBitmapBits
CloseColorProfile
, DeleteColorTransform