We are getting problems loading an image, our trouble is that we are getting over saturated color, let me give you the examples:
We have checked and the image doesn't have ICC Profiles neither exif properties which could be changing the image.
I have asked to a designer and he told me that it could be due to GAMUT.
Do you you know if is there a way to load the image as it looks in windows viewer?
This is the link for the image that we are getting troubles: photo
Thanks for all the help that you could give us.
We are loading image like this:
var canvas = document.createElement('canvas');
var ctx = canvas.getContext('2d');
ctx.drawImage(file, 0, 0, width, height);