Re: [PHP] Timing problem, putting PNG into PDF

2008-08-21 Thread David Otton
2008/8/12 Brian Dunning <[EMAIL PROTECTED]>: > I'm using GD to crop & save an uploaded image, and then embedding it into a > PDF made with FPDI. It works great when the image is small or low-res. When > the uploaded file is bigger, more than a couple hundred K or so, it fails. I > think that the i

Re: [PHP] Timing problem, putting PNG into PDF

2008-08-21 Thread Thodoris
I'm using GD to crop & save an uploaded image, and then embedding it into a PDF made with FPDI. It works great when the image is small or low-res. When the uploaded file is bigger, more than a couple hundred K or so, it fails. I think that the image is not done writing yet by the time I try t

[PHP] Timing problem, putting PNG into PDF

2008-08-11 Thread Brian Dunning
I'm using GD to crop & save an uploaded image, and then embedding it into a PDF made with FPDI. It works great when the image is small or low-res. When the uploaded file is bigger, more than a couple hundred K or so, it fails. I think that the image is not done writing yet by the time I try