Yes i have a resize script that´s create a "thumbnail" version of the image with imagecreatefromjpeg(); and it´s return a pretty lame solution.... a photo in 256 color...
So one guy told me that i should use instead imagecreatetruecolor(); but that syntax is only in version 2,0 or higher in libGD from boutell.
That gave me a error of this syntax and i think defenetly that don´t have version 2,0 or higher in GD but i tryed to get the latest version of the php and just copyed the php_gd.dll in the extension DIR of the php version i´m using but i worked either.
I´m using windows2k/ME
The old file was about 450kb but the new file (php_gd.dll) is 550kb i think so it´s for sure that this is a newer version.
but that didn´t work
I load the module in the script directly ( use dl("php_gd.dll");
But how can i install the latest version from boutell.com, it´s just a precompiled tarball and i´m no linux guy :/ , on windows2k/ME?
It it enough to just let someone compile it for me and get the dll file from him?