imagecreatefromjpeg quitting out on me
Posted: Sat Jan 03, 2004 10:14 pm
I'm trying to put together a program to make thumbnails for all files in a directory. Along the way, I'm running the function imagecreatefromjpeg to try to open up the jpeg so that I can do stuff with it, but it when I try to run imagecreatefromjpeg, the program just quits. Why?
BTW: At first, when I tried to run imagecreatefromjpeg, I was getting an error message that the function did not exist.
Then, after examining php.net a bit more, I added an @ in front of imagecreatefromjpeg, and now I'm not getting an error message, but, as I said, the program quits when I try to run the function.
BTW: At first, when I tried to run imagecreatefromjpeg, I was getting an error message that the function did not exist.
Then, after examining php.net a bit more, I added an @ in front of imagecreatefromjpeg, and now I'm not getting an error message, but, as I said, the program quits when I try to run the function.