Re: Problem creating thumbnails
[email protected] (Quinn) Mon, 21 Jul 2003 00:11:42 +0200
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 20 Jul 2003 20:16:10 +0200, Quinn wrote: I think I might have got to the root of this myself - but I still need some help. I just realised that I have GD2 enabled on my local system (at least under Windows - not sure where to check for this under Linux). I tried switching to the earlier GD library and lo! I get the same results I get on the hosting service. So, how to rework this routine to work with the GD library. Naturally, I'll be checking through the manual, but if anyone has any bright thoughts. The functions I use currently are: getimagesize() imagecreatefromjpeg() imagecreatetruecolor() imagecopyresampled() imagejpeg()