0
votes
2answers
287 views

Methods for creating a color palette from an image?

Say I have an image, of unspecified color depth and dimensions. What ways are there of compressing this down to an n-color palette? My google-fu is weak with this one.
0
votes
1answer
491 views

How can I extract the palette from a 5-6-5 bitmap image?

I am trying to extract the palette from a 5-6-5 (16bit) bitmap image that I have produced using ImageConverter Plus from an original Photoshop file. I need to read out the palette and compare it to ...
1
vote
2answers
415 views

Generation of 8 bit palette from png file via Python

What would be the best python based library for generating 8-bit palette from the given .png file. As in photoshop generating under .pal format. PS: Input PNG is already in 8 bit format. (paletted) ...