Re[2]: [PHP] Better way to store data in memory?

2007-07-25 Thread Richard Davey
Hi Richard, Wednesday, July 25, 2007, 5:20:32 AM, you wrote: > It's possible, maybe, that using imagecolorat and imagesetcolor (or > whatever it is) would be faster than array access... In the end I implemented RLE on the image data, and depending on the image in question it is saving sometimes

Re: Re[2]: [PHP] Better way to store data in memory?

2007-07-23 Thread Kevin Waterson
This one time, at band camp, Richard Davey <[EMAIL PROTECTED]> wrote: > Afraid not, I'm performing deformation on the data that requires a > temporary location before rendering to the final image. you could use the pixel iterator in imagack extension Kevin -- "Democracy is two wolves and a l

Re[2]: [PHP] Better way to store data in memory?

2007-07-23 Thread Richard Davey
Hi Robert, Monday, July 23, 2007, 6:00:50 PM, you wrote: > What kind of data? Can't you just store it in the image? Or a working > copy of the image? Afraid not, I'm performing deformation on the data that requires a temporary location before rendering to the final image. If this was a straight