I am trying to change the color of the .GIF file. Could you please let me know how to do this.I couldn't do with Hue saturation.

link|improve this question
feedback

migrated from stackoverflow.com Oct 19 '10 at 21:47

This question came from our site for professional and enthusiast programmers.

1 Answer

You might want to try converting the GIF into RGB mode (GIFs open in indexed mode by default), then change using the Hue/Saturation/Value tool and then converting it back into indexed before saving it.

I think the mode changing options are in the Image/Mode/ menu.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown