Reversing the colors in an image

Being quite honest, I couldn’t think of a better way to phrase a title for this, so I apologize for that.. Anyway, this is what I need.

I have this image
enter image description here

Basically, I need to make the black = white and the white(bell + glow)= black. So basically reverse the colors, so that I can use it in a sprite.

I know there has to be a quick way to do this.

Answer

Image > Adjustments > Invert

You’ll have to address the black shadow independently however. You could remove the shadow, invert then create a new shadow. Or you could select just the circle, and then invert.

The keyboard shortcut is Ctl/Cmd-I.

Attribution
Source : Link , Question Author : LOTUSMS , Answer Author : Alan Gilbertson

Leave a Comment