Page 1 of 1

createimagefromjpg function

Posted: Tue Sep 27, 2011 2:37 am
by Romulas
Hi
I have created the automatic image gallery script, now i want to put it on my linux server.

The problem is when i run the script i get this error

Undefined function createimagefromjpg()

The script was orignally written on a windoz 7 computer

Thank you

Re: createimagefromjpg function

Posted: Tue Sep 27, 2011 3:13 pm
by jacek
it should be imagecreatefromjpeg(), it's also possible that you do not have the GD library installed on the other server.