Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pseudo Color (ColorMap)

Status
Not open for further replies.

JurkMonkey

Programmer
Joined
Nov 23, 2004
Messages
1,731
Location
CA
This should be good :)

I am trying to change a grayscale image into RGB as pseudo color. That's where the entire spectrum of color is applied to different shades of gray.

I am trying to figure out just how to do this. I have the image in GDI+ and I'm creating colormaps and applying them to the image to change the way it looks. The problem I'm having is knowing what colors to substitute for each shade of gray.

Does anyone know of a good algorithm for this using C#?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top