Quote:
|
Originally Posted by fred_oreo I found some tools to do this with 256 color images but I want to to this with my 8bit or 16bit files from my camera. |
Because 256 color images ( GIF especially ) use what's called a CLUT (
Color
Look
Up
Table ) to generate their color palette, it's easy to export that palette for use with other images. Those 256 colors can be any of a diverse range of colors, but there are only 256 of them ever. With other RGB images it's a little different. The color palette for 8bit images is 16,777,216 colors and for 16bit images is 281,474,976,711,000 distinct colors. Because of how those images generate the color ( percentages of luminosity mixed from red, green, and blue color channels ) there isn't a unified table to draw specific color numbers from. ie... there is no color palette to get, which is why aren't getting one.
The bad news: what you're trying to do isn't going to happen.
The good news: there's probably another way to do it.
What specifically are you trying to accomplish by doing this? You said you are working with camera images, what do you need to do... maybe we can give you a better solution.