Tagged Questions
5
votes
3answers
3k views
PHP GD palette colors
In PHP GD how can you convert a truecolor image to a palette without losing any colors. With imagetruecolortopallete it doesn't work. I have a function that runs through all the colors and filters ...
0
votes
1answer
877 views
How to use Imagick php to generate a bmp file with a palette offset
I'm trying to use Imagick via php to generate a 8bit bmp from jpg. But i would like the pixel colors to start at index 16 rather than 0. The code below shows how to generate the bmp in the correct ...