Re: [PHP-WIN] Problem with 'imagecreatefromjpeg'

2006-02-14 Thread Armando
Do you have the php_gd2.dll module loading? In your php.ini file under the modules, uncomment the line out then give it a try. Cheers. Armando Ted Lorenz wrote: I'm trying to create a thumbnail from a jpeg file but the script stops when it encounters the function 'imagecreatefromjpeg'. I have

[PHP-WIN] Problem with 'imagecreatefromjpeg'

2006-02-14 Thread Ted Lorenz
I'm trying to create a thumbnail from a jpeg file but the script stops when it encounters the function 'imagecreatefromjpeg'. I have 5.1.2 php loaded. Below is the additional testing code and output which help me find the function causing the problem. Any input would be helpful! Thanks Ted COD