Advertisement

palettes

Started by January 24, 2000 02:38 PM
2 comments, last by rgillen 25 years, 1 month ago
Hello, I am relatively new to game programming and I have a question about graphics. What (preferably free or inexpensive) editor can you use to ensure that all of your bitmaps use the exact same 256-color palette? Thanks, Rob
Gimp can map an image to a custom palette. It''s script-fu functions can let you batch process a bunch of images at once. However, it''s not so good at selecting your optimal palette to begin with. But it''s free.
Advertisement
Thanks for your help!

Rob
I did this in the DOS (stone)age by building a large image containing all images I wanted to have a single palette, dithering that one down to 256 colors, and splitting the large image to the original smaller ones.

I wrote code that accepted .TGA''s and spitted out raw pixel files+palette. Mail me if you are interested, and I will see if I can get my old tapedrive to work.

DaBit.

This topic is closed to new replies.

Advertisement