Girl on Toboggan: I have no clue why someone would use such an animated gif, but well, I spent like 3 minutes staring at it :)
Day: June 9, 2006
PHP GD : imagecolorallocate() Limitation
Did you know it ? PHP GD's imagecolorallocate() can only allocate 255 colors in a palette based image created by imagecreate() (no such limitation when you use function imagecreatetruecolors() by the way). This sounds pretty stupid as well as rather undocumented, but anyway, here is a new version of my GD Gradient Fill PHP class, which now produces correct colors…