Why I choose #FFFFFF but come out #F0F0F0 in photoshop?
PowerUp
7:32 am on Feb 17, 2007 (gmt 0)
I'm using trial version of photoshop to paint a GIF file. I select #FFFFFF (pure white) and then select brush to color my picture. But the color that's painted on my picture is #F0F0F0. Why is it not #FFFFFF?
Please help. Thanks.
The Contractor
2:26 pm on Feb 17, 2007 (gmt 0)
When you edit a GIF you need to change the image "mode" to RGB instead of indexed color.
rocknbil
7:09 pm on Feb 17, 2007 (gmt 0)
To expand on that a little - this happens because a .gif or .png optimizes it's file size by storing only the colors used in it's lookup table. So if you have, say, an indexed color image (a gif) with only 32 colors, it doesn't have the other 224 colors in it's lookup table.
PowerUp
2:52 am on Feb 18, 2007 (gmt 0)
When you edit a GIF you need to change the image "mode" to RGB instead of indexed color.