I have a script that makes a fancy index page with thumbails. The script works great as does GD in making the thumbnails. The problem is, any image that is over 1 Meg in size does not get processed. It just gives me a broken image. All the files that are smaller work fine.
I have no idea where to look. I'm not sure if it's a limit in the php.ini, or perhaps GD itself? Maybe the Jpeg software.
I'm running FreeBSD with PHP5
Any help appriciated.