Hey i was wondering if there was any way to convert a 24 bit Bitmap into a 256 colour bitmap using PIL or something simillar. I found something like:
image = image.convert("P",color = Image.ADAPTIVE)
But i couldn't work out how to make that work.
So yeah any way that you know would be lovely.
Cheers