vote up 1 vote down star
2

I've recently been working on a website that uses a mix of png and jpg files. I used a few jpgs because of size issues. Everything was working great, until I tested it in IE. In all versions of IE that I tested it in, the jpgs were lighter, and the colors didn't match with my pngs.

Firefox:

IE:

As you can see, this is a bit of a problem. Is there a way to correct this? I can't seem to find much information on why this is happening. If it makes any difference, I used GIMP 2.6 to export all my images.

flag
What settings did you use to export the jpeg? – meder Oct 30 at 2:33
Quality: 95, and optimized. – Chesham Oct 30 at 2:38

2 Answers

vote up 0 vote down

Your application should offer you a "weight" option or similar when exporting JPEGs, giving four choices, a global one plus red, green, and blue. Try setting that to the global one.

link|flag
Rubbish, I was thinking about palette based GIFs. Sorry. In JPEG, there is only subsampling but as far as I know, that won't affect colours this badly... – Pekka Oct 30 at 2:41
vote up 1 vote down

Try to look at JPEG export properties in GIMP. Maybe it assign a color profile to your image, but IE (or Firefox) ignores it?

Color profile

Many JPEG files embed an ICC color profile (color space). Commonly used color profiles include sRGB and Adobe RGB. Because these color spaces use a non-linear transformation, the dynamic range of an 8-bit JPEG file is about 11 stops. However, many applications are not able to deal with JPEG color profiles and simply ignore them.

link|flag
I think I ran into this while researching.. how would I not embed a color profile though? – Chesham Oct 30 at 2:41
Actually I dunno. Photoshop ask for this when saving to JPEG in a save dialog. – Nikita Prokopov Oct 30 at 2:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.