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)
Regards
|
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) Regards
| |||||
feedback
|
|
I've not been able to find a spec for .PAL (Photoshop calls it "Microsoft PAL"), but the format is easily reverse-engineered. This works:
| |||
|
feedback
|
|
If it's a palletted image then you can use the | |||||
feedback
|