Forum Moderators: coopster

Message Too Old, No Replies

getting ImageCreateFromJPEG to work

ahhhh - please help

         

smithydude

2:17 pm on Oct 14, 2009 (gmt 0)

10+ Year Member



This problem is driving me up the wall!

Whatever I do I can't get this function to work - it results in an error 500 (internal server error). I just don't know how to start resolving this!

Any help please!

mvaz

12:58 pm on Oct 16, 2009 (gmt 0)

10+ Year Member



You must ensure that the GD library is installed.

Also, posting your code here will help to see where the problem is.

rocknbil

4:30 pm on Oct 17, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Pull a phpinfo() on your site to verify the GD toolkit is present (don't post entire results here.)

Are you creating too large an image? GD builds an uncompressed bitmap in memory, and PHP has limits . . . a second vote that relevant code will help.