Search found 2 matches

by mmm3228
Mon Nov 03, 2008 4:58 pm
Forum: PHP - Code
Topic: imagejpeg() not completing images
Replies: 3
Views: 194

Re: imagejpeg() not completing images

Yea, I am using GD to create the images. Ive found a work around by creating separate files in one loop and keeping track of file names in an array then emailing them in another loop and then deleting the file. This seems to work fine, its just prob not the most efficient piece of code.
by mmm3228
Mon Nov 03, 2008 2:34 pm
Forum: PHP - Code
Topic: imagejpeg() not completing images
Replies: 3
Views: 194

imagejpeg() not completing images

I am trying to create an image for a user then email that image, however only some of these images are completed. This is what the image should look like: http://img227.imageshack.us/img227/7568/barcodeyc0.th.png http://img227.imageshack.us/images/thpix.gif However, this is was some of the images wi...