I'm writing a program to read an image format from an old program, from the days of 256 colors. This image includes a stream of bytes containing a 256 color palette, then a stream of bytes with the image itself.
I would like to create a viewer for these images, I've read the data but I don't know how to create a Indexed 8bpp bitmap nor how to specify the palette.