Hi,
I have a tool which manipulates images at runtime as part of my web app.
This generally works fine, but with the release of Firefox 3.5 we're seeing some colour problems. I believe this is because Firefox 3.5 now supports embedded ICC colour profiles where no other browsers do.
In order to achieve consistency of display, I'd like to programatically remove any ICC colour profile in my .NET code.
Can anyone point me in the right direction?
Thanks, - Chris