|
Posted by Twayne on July 7, 2008, 6:44 am
Please log in for more thread options
> I've tried uploading a couple of jpegs to my test application,
> thinking that it was some how a header problem, and since I know
> these jpegs were created with different programs, I figured I could
> root that out as the cause.
>
> My problem? Either of these functions, when attempting to load a JPEG
> on my system are failing... they're causing PHP to crash and end the
> script right then and there and I can't find any error logs that give
> me any more information than that.
>
> I've checked my memory limits and all of that, that's not the problem,
> since I can load the contents of the file into a string, just fine...
> I just cannot use the createimage functions.
>
> I'm hoping someone's run into this problem, before, so I'm hoping
> someone here can point me in the right direction with this one.
>
> Thanks in advance!
Maybe: Check out how Captcha images are done; that's what I learned on.
Not the same, but similar processes; it just also creates its own image,
so toss that part.
|